| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'common/localized_error.cc', | 62 'common/localized_error.cc', |
| 63 'common/localized_error.h', | 63 'common/localized_error.h', |
| 64 'common/logging_chrome.cc', | 64 'common/logging_chrome.cc', |
| 65 'common/logging_chrome.h', | 65 'common/logging_chrome.h', |
| 66 'common/mac/app_shim_launch.h', | 66 'common/mac/app_shim_launch.h', |
| 67 'common/mac/app_shim_messages.h', | 67 'common/mac/app_shim_messages.h', |
| 68 'common/mac/cfbundle_blocker.h', | 68 'common/mac/cfbundle_blocker.h', |
| 69 'common/mac/cfbundle_blocker.mm', | 69 'common/mac/cfbundle_blocker.mm', |
| 70 'common/mac/launchd.h', | 70 'common/mac/launchd.h', |
| 71 'common/mac/launchd.mm', | 71 'common/mac/launchd.mm', |
| 72 'common/media/media_resource_provider.cc', |
| 73 'common/media/media_resource_provider.h', |
| 72 'common/media/webrtc_logging_message_data.cc', | 74 'common/media/webrtc_logging_message_data.cc', |
| 73 'common/media/webrtc_logging_message_data.h', | 75 'common/media/webrtc_logging_message_data.h', |
| 74 'common/media/webrtc_logging_messages.h', | 76 'common/media/webrtc_logging_messages.h', |
| 75 'common/media_galleries/metadata_types.h', | 77 'common/media_galleries/metadata_types.h', |
| 76 'common/multi_process_lock.h', | 78 'common/multi_process_lock.h', |
| 77 'common/multi_process_lock_linux.cc', | 79 'common/multi_process_lock_linux.cc', |
| 78 'common/multi_process_lock_mac.cc', | 80 'common/multi_process_lock_mac.cc', |
| 79 'common/multi_process_lock_win.cc', | 81 'common/multi_process_lock_win.cc', |
| 80 'common/partial_circular_buffer.cc', | 82 'common/partial_circular_buffer.cc', |
| 81 'common/partial_circular_buffer.h', | 83 'common/partial_circular_buffer.h', |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 '<(DEPTH)/components/components.gyp:metrics_net', | 337 '<(DEPTH)/components/components.gyp:metrics_net', |
| 336 '<(DEPTH)/components/components.gyp:omnibox_common', | 338 '<(DEPTH)/components/components.gyp:omnibox_common', |
| 337 '<(DEPTH)/components/components.gyp:policy_component_common', | 339 '<(DEPTH)/components/components.gyp:policy_component_common', |
| 338 '<(DEPTH)/components/components.gyp:translate_core_common', | 340 '<(DEPTH)/components/components.gyp:translate_core_common', |
| 339 '<(DEPTH)/components/components.gyp:variations', | 341 '<(DEPTH)/components/components.gyp:variations', |
| 340 '<(DEPTH)/components/components.gyp:version_info', | 342 '<(DEPTH)/components/components.gyp:version_info', |
| 341 '<(DEPTH)/components/components_strings.gyp:components_strings', | 343 '<(DEPTH)/components/components_strings.gyp:components_strings', |
| 342 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', | 344 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', |
| 343 '<(DEPTH)/content/content.gyp:content_common', | 345 '<(DEPTH)/content/content.gyp:content_common', |
| 344 '<(DEPTH)/crypto/crypto.gyp:crypto', | 346 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 347 '<(DEPTH)/media/media.gyp:media_resources', |
| 345 '<(DEPTH)/net/net.gyp:net', | 348 '<(DEPTH)/net/net.gyp:net', |
| 346 '<(DEPTH)/skia/skia.gyp:skia', | 349 '<(DEPTH)/skia/skia.gyp:skia', |
| 347 '<(DEPTH)/skia/skia.gyp:skia_library', | 350 '<(DEPTH)/skia/skia.gyp:skia_library', |
| 348 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 351 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 349 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 352 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 350 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 353 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
| 351 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 354 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 352 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 355 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 353 '<(DEPTH)/url/url.gyp:url_lib', | 356 '<(DEPTH)/url/url.gyp:url_lib', |
| 354 ], | 357 ], |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 'sources': [ | 645 'sources': [ |
| 643 'common/resource_usage_reporter.mojom', | 646 'common/resource_usage_reporter.mojom', |
| 644 ], | 647 ], |
| 645 'dependencies': [ | 648 'dependencies': [ |
| 646 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 649 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 647 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 650 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 648 ], | 651 ], |
| 649 }, | 652 }, |
| 650 ], | 653 ], |
| 651 } | 654 } |
| OLD | NEW |