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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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_utility.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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 '<(DEPTH)/components/components.gyp:content_settings_core_common', 338 '<(DEPTH)/components/components.gyp:content_settings_core_common',
339 '<(DEPTH)/components/components.gyp:favicon_base', 339 '<(DEPTH)/components/components.gyp:favicon_base',
340 '<(DEPTH)/components/components.gyp:gcm_driver_common', 340 '<(DEPTH)/components/components.gyp:gcm_driver_common',
341 '<(DEPTH)/components/components.gyp:json_schema', 341 '<(DEPTH)/components/components.gyp:json_schema',
342 '<(DEPTH)/components/components.gyp:metrics', 342 '<(DEPTH)/components/components.gyp:metrics',
343 '<(DEPTH)/components/components.gyp:omnibox_common', 343 '<(DEPTH)/components/components.gyp:omnibox_common',
344 '<(DEPTH)/components/components.gyp:policy_component_common', 344 '<(DEPTH)/components/components.gyp:policy_component_common',
345 '<(DEPTH)/components/components.gyp:translate_core_common', 345 '<(DEPTH)/components/components.gyp:translate_core_common',
346 '<(DEPTH)/components/components.gyp:variations', 346 '<(DEPTH)/components/components.gyp:variations',
347 '<(DEPTH)/components/components.gyp:version_info', 347 '<(DEPTH)/components/components.gyp:version_info',
348 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter',
348 '<(DEPTH)/content/content.gyp:content_common', 349 '<(DEPTH)/content/content.gyp:content_common',
349 '<(DEPTH)/crypto/crypto.gyp:crypto', 350 '<(DEPTH)/crypto/crypto.gyp:crypto',
350 '<(DEPTH)/net/net.gyp:net', 351 '<(DEPTH)/net/net.gyp:net',
351 '<(DEPTH)/skia/skia.gyp:skia', 352 '<(DEPTH)/skia/skia.gyp:skia',
352 '<(DEPTH)/skia/skia.gyp:skia_library', 353 '<(DEPTH)/skia/skia.gyp:skia_library',
353 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 354 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
354 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 355 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
355 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 356 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
356 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 357 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
357 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 358 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'sources': [ 659 'sources': [
659 'common/resource_usage_reporter.mojom', 660 'common/resource_usage_reporter.mojom',
660 ], 661 ],
661 'dependencies': [ 662 'dependencies': [
662 '../mojo/mojo_base.gyp:mojo_environment_chromium', 663 '../mojo/mojo_base.gyp:mojo_environment_chromium',
663 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 664 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
664 ], 665 ],
665 }, 666 },
666 ], 667 ],
667 } 668 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698