| 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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 'browser/extensions/install_observer.cc', | 810 'browser/extensions/install_observer.cc', |
| 811 'browser/extensions/install_observer.h', | 811 'browser/extensions/install_observer.h', |
| 812 'browser/extensions/install_signer.cc', | 812 'browser/extensions/install_signer.cc', |
| 813 'browser/extensions/install_signer.h', | 813 'browser/extensions/install_signer.h', |
| 814 'browser/extensions/install_tracker.cc', | 814 'browser/extensions/install_tracker.cc', |
| 815 'browser/extensions/install_tracker.h', | 815 'browser/extensions/install_tracker.h', |
| 816 'browser/extensions/install_tracker_factory.cc', | 816 'browser/extensions/install_tracker_factory.cc', |
| 817 'browser/extensions/install_tracker_factory.h', | 817 'browser/extensions/install_tracker_factory.h', |
| 818 'browser/extensions/install_verifier.cc', | 818 'browser/extensions/install_verifier.cc', |
| 819 'browser/extensions/install_verifier.h', | 819 'browser/extensions/install_verifier.h', |
| 820 'browser/extensions/launch_util.cc', |
| 821 'browser/extensions/launch_util.h', |
| 820 'browser/extensions/location_bar_controller.h', | 822 'browser/extensions/location_bar_controller.h', |
| 821 'browser/extensions/menu_manager.cc', | 823 'browser/extensions/menu_manager.cc', |
| 822 'browser/extensions/menu_manager.h', | 824 'browser/extensions/menu_manager.h', |
| 823 'browser/extensions/menu_manager_factory.cc', | 825 'browser/extensions/menu_manager_factory.cc', |
| 824 'browser/extensions/menu_manager_factory.h', | 826 'browser/extensions/menu_manager_factory.h', |
| 825 'browser/extensions/navigation_observer.cc', | 827 'browser/extensions/navigation_observer.cc', |
| 826 'browser/extensions/navigation_observer.h', | 828 'browser/extensions/navigation_observer.h', |
| 827 'browser/extensions/pack_extension_job.cc', | 829 'browser/extensions/pack_extension_job.cc', |
| 828 'browser/extensions/pack_extension_job.h', | 830 'browser/extensions/pack_extension_job.h', |
| 829 'browser/extensions/page_action_controller.cc', | 831 'browser/extensions/page_action_controller.cc', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 'variables': { | 1214 'variables': { |
| 1213 'proto_in_dir': 'browser/chromeos/contacts', | 1215 'proto_in_dir': 'browser/chromeos/contacts', |
| 1214 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1216 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1215 }, | 1217 }, |
| 1216 'includes': [ '../build/protoc.gypi' ] | 1218 'includes': [ '../build/protoc.gypi' ] |
| 1217 }, | 1219 }, |
| 1218 ], | 1220 ], |
| 1219 },], # 'chromeos=1' | 1221 },], # 'chromeos=1' |
| 1220 ], # 'conditions' | 1222 ], # 'conditions' |
| 1221 } | 1223 } |
| OLD | NEW |