OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 # Dependencies of bookmarks | 282 # Dependencies of bookmarks |
283 'components.gyp:bookmarks_browser', | 283 'components.gyp:bookmarks_browser', |
284 'components.gyp:bookmarks_test_support', | 284 'components.gyp:bookmarks_test_support', |
285 | 285 |
286 # Dependencies of captive_portal | 286 # Dependencies of captive_portal |
287 'components.gyp:captive_portal_test_support', | 287 'components.gyp:captive_portal_test_support', |
288 '../net/net.gyp:net_test_support', | 288 '../net/net.gyp:net_test_support', |
289 | 289 |
290 # Dependencies of cloud_devices | 290 # Dependencies of cloud_devices |
291 'components.gyp:cloud_devices_common', | 291 'components.gyp:cloud_devices_common', |
| 292 |
| 293 # Dependencies of component_updater |
| 294 'components.gyp:component_updater', |
| 295 'components.gyp:component_updater_test_support', |
| 296 '../third_party/libxml/libxml.gyp:libxml', |
292 | 297 |
293 # Dependencies of crash | 298 # Dependencies of crash |
294 'components.gyp:crash_test_support', | 299 'components.gyp:crash_test_support', |
295 | 300 |
296 # Dependencies of crx_file | 301 # Dependencies of crx_file |
297 'components.gyp:crx_file', | 302 'components.gyp:crx_file', |
298 | 303 |
299 # Dependencies of data_reduction_proxy | 304 # Dependencies of data_reduction_proxy |
300 'components.gyp:data_reduction_proxy_browser', | 305 'components.gyp:data_reduction_proxy_browser', |
301 'components.gyp:data_reduction_proxy_common', | 306 'components.gyp:data_reduction_proxy_common', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 441 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
437 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 442 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
438 'power/origin_power_map_unittest.cc', | 443 'power/origin_power_map_unittest.cc', |
439 ], | 444 ], |
440 'dependencies': [ | 445 'dependencies': [ |
441 # Dependencies of autofill | 446 # Dependencies of autofill |
442 'components.gyp:autofill_content_browser', | 447 'components.gyp:autofill_content_browser', |
443 'components.gyp:autofill_content_renderer', | 448 'components.gyp:autofill_content_renderer', |
444 'components.gyp:autofill_content_test_support', | 449 'components.gyp:autofill_content_test_support', |
445 | 450 |
446 # Dependencies of component_updater | |
447 'components.gyp:component_updater', | |
448 'components.gyp:component_updater_test_support', | |
449 '../third_party/libxml/libxml.gyp:libxml', | |
450 | |
451 # Dependencies of dom_distiller | 451 # Dependencies of dom_distiller |
452 'components.gyp:dom_distiller_content', | 452 'components.gyp:dom_distiller_content', |
453 | 453 |
454 # Dependencies of | 454 # Dependencies of |
455 # intercept_navigation_resource_throttle_unittest.cc | 455 # intercept_navigation_resource_throttle_unittest.cc |
456 '../skia/skia.gyp:skia', | 456 '../skia/skia.gyp:skia', |
457 'components.gyp:navigation_interception', | 457 'components.gyp:navigation_interception', |
458 | 458 |
459 # Dependencies of keyed_service | 459 # Dependencies of keyed_service |
460 'components.gyp:keyed_service_content', | 460 'components.gyp:keyed_service_content', |
(...skipping 26 matching lines...) Expand all Loading... |
487 ], | 487 ], |
488 }, { # 'OS == "ios"' | 488 }, { # 'OS == "ios"' |
489 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 489 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
490 'sources/': [ | 490 'sources/': [ |
491 ['exclude', '\\.cc$'], | 491 ['exclude', '\\.cc$'], |
492 ['exclude', '\\.mm$'], | 492 ['exclude', '\\.mm$'], |
493 ['include', '^test/run_all_unittests\\.cc$'], | 493 ['include', '^test/run_all_unittests\\.cc$'], |
494 ['include', '^auto_login_parser/'], | 494 ['include', '^auto_login_parser/'], |
495 ['include', '^autofill/core/'], | 495 ['include', '^autofill/core/'], |
496 ['include', '^bookmarks/'], | 496 ['include', '^bookmarks/'], |
| 497 ['include', '^component_updater/'], |
497 ['include', '^crash/'], | 498 ['include', '^crash/'], |
498 ['include', '^data_reduction_proxy/'], | 499 ['include', '^data_reduction_proxy/'], |
499 ['include', '^dom_distiller/'], | 500 ['include', '^dom_distiller/'], |
500 ['include', '^enhanced_bookmarks/'], | 501 ['include', '^enhanced_bookmarks/'], |
501 ['include', '^gcm_driver/'], | 502 ['include', '^gcm_driver/'], |
502 ['include', '^google/'], | 503 ['include', '^google/'], |
503 ['include', '^history/'], | 504 ['include', '^history/'], |
504 ['include', '^invalidation/'], | 505 ['include', '^invalidation/'], |
505 ['include', '^json_schema/'], | 506 ['include', '^json_schema/'], |
506 ['include', '^keyed_service/core/'], | 507 ['include', '^keyed_service/core/'], |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'dependencies': [ | 927 'dependencies': [ |
927 '../base/allocator/allocator.gyp:allocator', | 928 '../base/allocator/allocator.gyp:allocator', |
928 ], | 929 ], |
929 }], | 930 }], |
930 ], | 931 ], |
931 }, | 932 }, |
932 ], | 933 ], |
933 }], | 934 }], |
934 ], | 935 ], |
935 } | 936 } |
OLD | NEW |