OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 '<(DEPTH)/components/components.gyp:content_settings_core_common', | 325 '<(DEPTH)/components/components.gyp:content_settings_core_common', |
326 '<(DEPTH)/components/components.gyp:crash_core_common', | 326 '<(DEPTH)/components/components.gyp:crash_core_common', |
327 '<(DEPTH)/components/components.gyp:error_page_common', | 327 '<(DEPTH)/components/components.gyp:error_page_common', |
328 '<(DEPTH)/components/components.gyp:favicon_base', | 328 '<(DEPTH)/components/components.gyp:favicon_base', |
329 '<(DEPTH)/components/components.gyp:flags_ui_switches', | 329 '<(DEPTH)/components/components.gyp:flags_ui_switches', |
330 '<(DEPTH)/components/components.gyp:gcm_driver_common', | 330 '<(DEPTH)/components/components.gyp:gcm_driver_common', |
331 '<(DEPTH)/components/components.gyp:json_schema', | 331 '<(DEPTH)/components/components.gyp:json_schema', |
332 '<(DEPTH)/components/components.gyp:metrics', | 332 '<(DEPTH)/components/components.gyp:metrics', |
333 '<(DEPTH)/components/components.gyp:metrics_net', | 333 '<(DEPTH)/components/components.gyp:metrics_net', |
334 '<(DEPTH)/components/components.gyp:omnibox_common', | 334 '<(DEPTH)/components/components.gyp:omnibox_common', |
| 335 '<(DEPTH)/components/components.gyp:policy', |
335 '<(DEPTH)/components/components.gyp:policy_component_common', | 336 '<(DEPTH)/components/components.gyp:policy_component_common', |
336 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 337 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
337 # crbug.com/577698 | 338 # crbug.com/577698 |
338 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', | 339 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', |
339 '<(DEPTH)/components/components.gyp:translate_core_common', | 340 '<(DEPTH)/components/components.gyp:translate_core_common', |
340 '<(DEPTH)/components/components.gyp:variations', | 341 '<(DEPTH)/components/components.gyp:variations', |
341 '<(DEPTH)/components/components.gyp:version_info', | 342 '<(DEPTH)/components/components.gyp:version_info', |
342 '<(DEPTH)/components/components_strings.gyp:components_strings', | 343 '<(DEPTH)/components/components_strings.gyp:components_strings', |
343 '<(DEPTH)/components/prefs/prefs.gyp:prefs', | 344 '<(DEPTH)/components/prefs/prefs.gyp:prefs', |
344 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', | 345 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 ], | 510 ], |
510 'sources!': [ | 511 'sources!': [ |
511 'common/channel_info_posix.cc', | 512 'common/channel_info_posix.cc', |
512 ], | 513 ], |
513 }], | 514 }], |
514 ['enable_webrtc==0', { | 515 ['enable_webrtc==0', { |
515 'sources!': [ | 516 'sources!': [ |
516 'common/media/webrtc_logging_messages.h', | 517 'common/media/webrtc_logging_messages.h', |
517 ] | 518 ] |
518 }], | 519 }], |
519 ['configuration_policy==1', { | |
520 'dependencies': [ | |
521 '<(DEPTH)/components/components.gyp:policy', | |
522 ], | |
523 }], | |
524 ['safe_browsing==1', { | 520 ['safe_browsing==1', { |
525 'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ], | 521 'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ], |
526 }], | 522 }], |
527 ], | 523 ], |
528 'target_conditions': [ | 524 'target_conditions': [ |
529 ['OS == "ios"', { | 525 ['OS == "ios"', { |
530 'sources/': [ | 526 'sources/': [ |
531 # Pull in specific Mac files for iOS (which have been filtered out | 527 # Pull in specific Mac files for iOS (which have been filtered out |
532 # by file name rules). | 528 # by file name rules). |
533 ['include', '^common/chrome_version_info_mac\\.mm$'], | 529 ['include', '^common/chrome_version_info_mac\\.mm$'], |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 ], | 631 ], |
636 'sources': [ | 632 'sources': [ |
637 'common/resource_usage_reporter.mojom', | 633 'common/resource_usage_reporter.mojom', |
638 ], | 634 ], |
639 'dependencies': [ | 635 'dependencies': [ |
640 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 636 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
641 ], | 637 ], |
642 }, | 638 }, |
643 ], | 639 ], |
644 } | 640 } |
OLD | NEW |