| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 '../components/components.gyp:browsing_data', | 104 '../components/components.gyp:browsing_data', |
| 105 '../components/components.gyp:device_event_log_component', | 105 '../components/components.gyp:device_event_log_component', |
| 106 '../components/components.gyp:guest_view_browser', | 106 '../components/components.gyp:guest_view_browser', |
| 107 '../components/components.gyp:keyed_service_content', | 107 '../components/components.gyp:keyed_service_content', |
| 108 '../components/components.gyp:keyed_service_core', | 108 '../components/components.gyp:keyed_service_core', |
| 109 '../components/components.gyp:onc_component', | 109 '../components/components.gyp:onc_component', |
| 110 '../components/components.gyp:pref_registry', | 110 '../components/components.gyp:pref_registry', |
| 111 '../components/components.gyp:sessions_content', | 111 '../components/components.gyp:sessions_content', |
| 112 '../components/components.gyp:storage_monitor', | 112 '../components/components.gyp:storage_monitor', |
| 113 '../components/components.gyp:ui_zoom', | 113 '../components/components.gyp:ui_zoom', |
| 114 '../components/components.gyp:update_client', |
| 114 '../components/components.gyp:variations', | 115 '../components/components.gyp:variations', |
| 116 '../components/components.gyp:version_info', |
| 115 '../components/components.gyp:web_cache_browser', | 117 '../components/components.gyp:web_cache_browser', |
| 116 '../components/components.gyp:web_modal', | 118 '../components/components.gyp:web_modal', |
| 117 '../content/content.gyp:content_browser', | 119 '../content/content.gyp:content_browser', |
| 118 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 120 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 119 '../device/serial/serial.gyp:device_serial', | 121 '../device/serial/serial.gyp:device_serial', |
| 120 '../google_apis/google_apis.gyp:google_apis', | 122 '../google_apis/google_apis.gyp:google_apis', |
| 121 '../skia/skia.gyp:skia', | 123 '../skia/skia.gyp:skia', |
| 122 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 124 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 123 '../third_party/re2/re2.gyp:re2', | 125 '../third_party/re2/re2.gyp:re2', |
| 124 'browser/api/api_registration.gyp:extensions_api_registration', | 126 'browser/api/api_registration.gyp:extensions_api_registration', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 297 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 296 ], | 298 ], |
| 297 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 299 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 298 }, | 300 }, |
| 299 'includes': [ '../build/repack_action.gypi' ], | 301 'includes': [ '../build/repack_action.gypi' ], |
| 300 }, | 302 }, |
| 301 ], | 303 ], |
| 302 }, | 304 }, |
| 303 ] | 305 ] |
| 304 } | 306 } |
| OLD | NEW |