Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: chrome/chrome_common.gypi

Issue 1224203003: Componentize //chrome/common/omnibox_focus_state.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox_component_browser_subdir
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'common/media/webrtc_logging_message_data.cc', 72 'common/media/webrtc_logging_message_data.cc',
73 'common/media/webrtc_logging_message_data.h', 73 'common/media/webrtc_logging_message_data.h',
74 'common/media/webrtc_logging_messages.h', 74 'common/media/webrtc_logging_messages.h',
75 'common/media_galleries/metadata_types.h', 75 'common/media_galleries/metadata_types.h',
76 'common/metrics/version_utils.cc', 76 'common/metrics/version_utils.cc',
77 'common/metrics/version_utils.h', 77 'common/metrics/version_utils.h',
78 'common/multi_process_lock.h', 78 'common/multi_process_lock.h',
79 'common/multi_process_lock_linux.cc', 79 'common/multi_process_lock_linux.cc',
80 'common/multi_process_lock_mac.cc', 80 'common/multi_process_lock_mac.cc',
81 'common/multi_process_lock_win.cc', 81 'common/multi_process_lock_win.cc',
82 'common/omnibox_focus_state.h',
83 'common/partial_circular_buffer.cc', 82 'common/partial_circular_buffer.cc',
84 'common/partial_circular_buffer.h', 83 'common/partial_circular_buffer.h',
85 'common/pref_names_util.cc', 84 'common/pref_names_util.cc',
86 'common/pref_names_util.h', 85 'common/pref_names_util.h',
87 'common/prerender_types.h', 86 'common/prerender_types.h',
88 'common/profiling.cc', 87 'common/profiling.cc',
89 'common/profiling.h', 88 'common/profiling.h',
90 'common/ref_counted_util.h', 89 'common/ref_counted_util.h',
91 'common/render_messages.cc', 90 'common/render_messages.cc',
92 'common/render_messages.h', 91 'common/render_messages.h',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 327 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
329 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 328 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
330 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 329 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
331 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 330 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
332 '<(DEPTH)/components/components.gyp:cloud_devices_common', 331 '<(DEPTH)/components/components.gyp:cloud_devices_common',
333 '<(DEPTH)/components/components.gyp:component_updater', 332 '<(DEPTH)/components/components.gyp:component_updater',
334 '<(DEPTH)/components/components.gyp:content_settings_core_common', 333 '<(DEPTH)/components/components.gyp:content_settings_core_common',
335 '<(DEPTH)/components/components.gyp:favicon_base', 334 '<(DEPTH)/components/components.gyp:favicon_base',
336 '<(DEPTH)/components/components.gyp:json_schema', 335 '<(DEPTH)/components/components.gyp:json_schema',
337 '<(DEPTH)/components/components.gyp:metrics', 336 '<(DEPTH)/components/components.gyp:metrics',
337 '<(DEPTH)/components/components.gyp:omnibox_common',
338 '<(DEPTH)/components/components.gyp:policy_component_common', 338 '<(DEPTH)/components/components.gyp:policy_component_common',
339 '<(DEPTH)/components/components.gyp:translate_core_common', 339 '<(DEPTH)/components/components.gyp:translate_core_common',
340 '<(DEPTH)/components/components.gyp:variations', 340 '<(DEPTH)/components/components.gyp:variations',
341 '<(DEPTH)/content/content.gyp:content_common', 341 '<(DEPTH)/content/content.gyp:content_common',
342 '<(DEPTH)/crypto/crypto.gyp:crypto', 342 '<(DEPTH)/crypto/crypto.gyp:crypto',
343 '<(DEPTH)/net/net.gyp:net', 343 '<(DEPTH)/net/net.gyp:net',
344 '<(DEPTH)/skia/skia.gyp:skia', 344 '<(DEPTH)/skia/skia.gyp:skia',
345 '<(DEPTH)/skia/skia.gyp:skia_library', 345 '<(DEPTH)/skia/skia.gyp:skia_library',
346 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 346 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
347 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 347 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'sources': [ 698 'sources': [
699 'common/resource_usage_reporter.mojom', 699 'common/resource_usage_reporter.mojom',
700 ], 700 ],
701 'dependencies': [ 701 'dependencies': [
702 '../mojo/mojo_base.gyp:mojo_environment_chromium', 702 '../mojo/mojo_base.gyp:mojo_environment_chromium',
703 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 703 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
704 ], 704 ],
705 }, 705 },
706 ], 706 ],
707 } 707 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698