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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 '../components/components.gyp:pref_registry', | 277 '../components/components.gyp:pref_registry', |
278 '../components/components.gyp:sessions', | 278 '../components/components.gyp:sessions', |
279 '../components/components.gyp:storage_monitor', | 279 '../components/components.gyp:storage_monitor', |
280 '../components/components.gyp:web_modal', | 280 '../components/components.gyp:web_modal', |
281 '../content/content.gyp:content_browser', | 281 '../content/content.gyp:content_browser', |
282 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 282 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
283 '../device/serial/serial.gyp:device_serial', | 283 '../device/serial/serial.gyp:device_serial', |
284 '../skia/skia.gyp:skia', | 284 '../skia/skia.gyp:skia', |
285 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 285 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
286 '../third_party/re2/re2.gyp:re2', | 286 '../third_party/re2/re2.gyp:re2', |
| 287 '../url/url.gyp:url_lib', |
287 'browser/api/api_registration.gyp:extensions_api_registration', | 288 'browser/api/api_registration.gyp:extensions_api_registration', |
288 'cast_channel_proto', | 289 'cast_channel_proto', |
289 'common/api/api.gyp:extensions_api', | 290 'common/api/api.gyp:extensions_api', |
290 'extensions_common', | 291 'extensions_common', |
291 'extensions_strings.gyp:extensions_strings', | 292 'extensions_strings.gyp:extensions_strings', |
292 ], | 293 ], |
293 'include_dirs': [ | 294 'include_dirs': [ |
294 '..', | 295 '..', |
295 '<(INTERMEDIATE_DIR)', | 296 '<(INTERMEDIATE_DIR)', |
296 # Needed to access generated API headers. | 297 # Needed to access generated API headers. |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 'browser/api/web_request/web_request_api_utils.cc', | 487 'browser/api/web_request/web_request_api_utils.cc', |
487 'browser/api/web_request/web_request_api_utils.h', | 488 'browser/api/web_request/web_request_api_utils.h', |
488 'browser/api/test/test_api.cc', | 489 'browser/api/test/test_api.cc', |
489 'browser/api/test/test_api.h', | 490 'browser/api/test/test_api.h', |
490 'browser/api/usb/usb_api.cc', | 491 'browser/api/usb/usb_api.cc', |
491 'browser/api/usb/usb_api.h', | 492 'browser/api/usb/usb_api.h', |
492 'browser/api/usb/usb_device_resource.cc', | 493 'browser/api/usb/usb_device_resource.cc', |
493 'browser/api/usb/usb_device_resource.h', | 494 'browser/api/usb/usb_device_resource.h', |
494 'browser/api/usb_private/usb_private_api.cc', | 495 'browser/api/usb_private/usb_private_api.cc', |
495 'browser/api/usb_private/usb_private_api.h', | 496 'browser/api/usb_private/usb_private_api.h', |
| 497 'browser/api/web_request/web_request_api_constants.cc', |
| 498 'browser/api/web_request/web_request_api_constants.h', |
| 499 'browser/api/web_request/web_request_api_utils.cc', |
| 500 'browser/api/web_request/web_request_api_utils.h', |
| 501 'browser/api/web_request/web_request_event_router_delegate.cc', |
| 502 'browser/api/web_request/web_request_event_router_delegate.h', |
496 'browser/api/web_view/web_view_internal_api.cc', | 503 'browser/api/web_view/web_view_internal_api.cc', |
497 'browser/api/web_view/web_view_internal_api.h', | 504 'browser/api/web_view/web_view_internal_api.h', |
498 'browser/api_activity_monitor.h', | 505 'browser/api_activity_monitor.h', |
499 'browser/app_sorting.h', | 506 'browser/app_sorting.h', |
500 'browser/app_window/app_delegate.h', | 507 'browser/app_window/app_delegate.h', |
501 'browser/app_window/app_web_contents_helper.cc', | 508 'browser/app_window/app_web_contents_helper.cc', |
502 'browser/app_window/app_web_contents_helper.h', | 509 'browser/app_window/app_web_contents_helper.h', |
503 'browser/app_window/app_window.cc', | 510 'browser/app_window/app_window.cc', |
504 'browser/app_window/app_window.h', | 511 'browser/app_window/app_window.h', |
505 'browser/app_window/app_window_contents.cc', | 512 'browser/app_window/app_window_contents.cc', |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1152 'browser/api/cast_channel/logging.proto' | 1159 'browser/api/cast_channel/logging.proto' |
1153 ], | 1160 ], |
1154 'variables': { | 1161 'variables': { |
1155 'proto_in_dir': 'browser/api/cast_channel', | 1162 'proto_in_dir': 'browser/api/cast_channel', |
1156 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1163 'proto_out_dir': 'extensions/browser/api/cast_channel', |
1157 }, | 1164 }, |
1158 'includes': [ '../build/protoc.gypi' ] | 1165 'includes': [ '../build/protoc.gypi' ] |
1159 }, | 1166 }, |
1160 ] | 1167 ] |
1161 } | 1168 } |
OLD | NEW |