| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 '../components/components.gyp:browsing_data', | 128 '../components/components.gyp:browsing_data', |
| 129 '../components/components.gyp:device_event_log_component', | 129 '../components/components.gyp:device_event_log_component', |
| 130 '../components/components.gyp:guest_view_browser', | 130 '../components/components.gyp:guest_view_browser', |
| 131 '../components/components.gyp:keyed_service_content', | 131 '../components/components.gyp:keyed_service_content', |
| 132 '../components/components.gyp:keyed_service_core', | 132 '../components/components.gyp:keyed_service_core', |
| 133 '../components/components.gyp:onc_component', | 133 '../components/components.gyp:onc_component', |
| 134 '../components/components.gyp:pref_registry', | 134 '../components/components.gyp:pref_registry', |
| 135 '../components/components.gyp:sessions_content', | 135 '../components/components.gyp:sessions_content', |
| 136 '../components/components.gyp:storage_monitor', | 136 '../components/components.gyp:storage_monitor', |
| 137 '../components/components.gyp:ui_zoom', | 137 '../components/components.gyp:ui_zoom', |
| 138 '../components/components.gyp:update_client', |
| 138 '../components/components.gyp:variations', | 139 '../components/components.gyp:variations', |
| 140 '../components/components.gyp:version_info', |
| 139 '../components/components.gyp:web_cache_browser', | 141 '../components/components.gyp:web_cache_browser', |
| 140 '../components/components.gyp:web_modal', | 142 '../components/components.gyp:web_modal', |
| 141 '../content/content.gyp:content_browser', | 143 '../content/content.gyp:content_browser', |
| 142 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 144 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 143 '../device/serial/serial.gyp:device_serial', | 145 '../device/serial/serial.gyp:device_serial', |
| 144 '../google_apis/google_apis.gyp:google_apis', | 146 '../google_apis/google_apis.gyp:google_apis', |
| 145 '../skia/skia.gyp:skia', | 147 '../skia/skia.gyp:skia', |
| 146 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 148 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 147 '../third_party/re2/re2.gyp:re2', | 149 '../third_party/re2/re2.gyp:re2', |
| 148 'browser/api/api_registration.gyp:extensions_api_registration', | 150 'browser/api/api_registration.gyp:extensions_api_registration', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 321 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 320 ], | 322 ], |
| 321 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 323 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 322 }, | 324 }, |
| 323 'includes': [ '../build/repack_action.gypi' ], | 325 'includes': [ '../build/repack_action.gypi' ], |
| 324 }, | 326 }, |
| 325 ], | 327 ], |
| 326 }, | 328 }, |
| 327 ] | 329 ] |
| 328 } | 330 } |
| OLD | NEW |