| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 6 'includes': [ |
| 7 'extensions.gypi', | 7 'extensions.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 ], | 103 ], |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 # GN version: //extensions/browser | 106 # GN version: //extensions/browser |
| 107 'target_name': 'extensions_browser', | 107 'target_name': 'extensions_browser', |
| 108 'type': 'static_library', | 108 'type': 'static_library', |
| 109 'dependencies': [ | 109 'dependencies': [ |
| 110 '../base/base.gyp:base', | 110 '../base/base.gyp:base', |
| 111 '../base/base.gyp:base_i18n', | 111 '../base/base.gyp:base_i18n', |
| 112 '../components/components.gyp:browsing_data', | 112 '../components/components.gyp:browsing_data', |
| 113 '../components/components.gyp:cast_certificate', |
| 113 '../components/components.gyp:device_event_log_component', | 114 '../components/components.gyp:device_event_log_component', |
| 114 '../components/components.gyp:guest_view_browser', | 115 '../components/components.gyp:guest_view_browser', |
| 115 '../components/components.gyp:keyed_service_content', | 116 '../components/components.gyp:keyed_service_content', |
| 116 '../components/components.gyp:keyed_service_core', | 117 '../components/components.gyp:keyed_service_core', |
| 117 '../components/components.gyp:onc_component', | 118 '../components/components.gyp:onc_component', |
| 118 '../components/components.gyp:pref_registry', | 119 '../components/components.gyp:pref_registry', |
| 119 '../components/components.gyp:sessions_content', | 120 '../components/components.gyp:sessions_content', |
| 120 '../components/components.gyp:storage_monitor', | 121 '../components/components.gyp:storage_monitor', |
| 121 '../components/components.gyp:ui_zoom', | 122 '../components/components.gyp:ui_zoom', |
| 122 '../components/components.gyp:update_client', | 123 '../components/components.gyp:update_client', |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 325 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 325 ], | 326 ], |
| 326 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 327 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 327 }, | 328 }, |
| 328 'includes': [ '../build/repack_action.gypi' ], | 329 'includes': [ '../build/repack_action.gypi' ], |
| 329 }, | 330 }, |
| 330 ], | 331 ], |
| 331 }, | 332 }, |
| 332 ] | 333 ] |
| 333 } | 334 } |
| OLD | NEW |