| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 'browser/extensions/webstore_installer.h', | 761 'browser/extensions/webstore_installer.h', |
| 762 'browser/extensions/webstore_standalone_installer.cc', | 762 'browser/extensions/webstore_standalone_installer.cc', |
| 763 'browser/extensions/webstore_standalone_installer.h', | 763 'browser/extensions/webstore_standalone_installer.h', |
| 764 'browser/extensions/webstore_startup_installer.cc', | 764 'browser/extensions/webstore_startup_installer.cc', |
| 765 'browser/extensions/webstore_startup_installer.h', | 765 'browser/extensions/webstore_startup_installer.h', |
| 766 'browser/extensions/window_controller.cc', | 766 'browser/extensions/window_controller.cc', |
| 767 'browser/extensions/window_controller.h', | 767 'browser/extensions/window_controller.h', |
| 768 'browser/extensions/window_controller_list.cc', | 768 'browser/extensions/window_controller_list.cc', |
| 769 'browser/extensions/window_controller_list.h', | 769 'browser/extensions/window_controller_list.h', |
| 770 'browser/extensions/window_controller_list_observer.h', | 770 'browser/extensions/window_controller_list_observer.h', |
| 771 'browser/extensions/api/time/time_api.h', |
| 772 'browser/extensions/api/time/time_api.cc', |
| 771 ], | 773 ], |
| 772 'conditions': [ | 774 'conditions': [ |
| 773 ['chromeos==1', { | 775 ['chromeos==1', { |
| 774 'dependencies': [ | 776 'dependencies': [ |
| 775 '../build/linux/system.gyp:dbus', | 777 '../build/linux/system.gyp:dbus', |
| 776 '../chromeos/ime/input_method.gyp:gencode', | 778 '../chromeos/ime/input_method.gyp:gencode', |
| 777 '../third_party/libevent/libevent.gyp:libevent', | 779 '../third_party/libevent/libevent.gyp:libevent', |
| 778 'contacts_proto', | 780 'contacts_proto', |
| 779 ], | 781 ], |
| 780 'sources!': [ | 782 'sources!': [ |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'variables': { | 978 'variables': { |
| 977 'proto_in_dir': 'browser/chromeos/contacts', | 979 'proto_in_dir': 'browser/chromeos/contacts', |
| 978 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 980 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 979 }, | 981 }, |
| 980 'includes': [ '../build/protoc.gypi' ] | 982 'includes': [ '../build/protoc.gypi' ] |
| 981 }, | 983 }, |
| 982 ], | 984 ], |
| 983 },], # 'chromeos=1' | 985 },], # 'chromeos=1' |
| 984 ], # 'conditions' | 986 ], # 'conditions' |
| 985 } | 987 } |
| OLD | NEW |