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

Side by Side Diff: chrome/chrome_common.gypi

Issue 141063002: Revert of Convert the re2 GYP targets to be generated by GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 ['OS != "ios"', { 420 ['OS != "ios"', {
421 'dependencies': [ 421 'dependencies': [
422 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 422 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
423 '<(DEPTH)/components/components.gyp:autofill_core_common', 423 '<(DEPTH)/components/components.gyp:autofill_core_common',
424 '<(DEPTH)/components/components.gyp:autofill_content_common', 424 '<(DEPTH)/components/components.gyp:autofill_content_common',
425 '<(DEPTH)/components/nacl.gyp:nacl_common', 425 '<(DEPTH)/components/nacl.gyp:nacl_common',
426 '<(DEPTH)/components/components.gyp:visitedlink_common', 426 '<(DEPTH)/components/components.gyp:visitedlink_common',
427 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 427 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
428 '<(DEPTH)/ipc/ipc.gyp:ipc', 428 '<(DEPTH)/ipc/ipc.gyp:ipc',
429 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 429 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
430 '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2', 430 '<(DEPTH)/third_party/re2/re2.gyp:re2',
431 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 431 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
432 ], 432 ],
433 }, { # OS == ios 433 }, { # OS == ios
434 'sources/': [ 434 'sources/': [
435 ['exclude', '^common/child_process_'], 435 ['exclude', '^common/child_process_'],
436 ['exclude', '^common/chrome_content_client\\.cc$'], 436 ['exclude', '^common/chrome_content_client\\.cc$'],
437 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 437 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
438 ['exclude', '^common/common_message_generator\\.cc$'], 438 ['exclude', '^common/common_message_generator\\.cc$'],
439 ['exclude', '^common/common_param_traits'], 439 ['exclude', '^common/common_param_traits'],
440 ['exclude', '^common/custom_handlers/'], 440 ['exclude', '^common/custom_handlers/'],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'common/metrics/proto/user_action_event.proto', 758 'common/metrics/proto/user_action_event.proto',
759 ], 759 ],
760 'variables': { 760 'variables': {
761 'proto_in_dir': 'common/metrics/proto', 761 'proto_in_dir': 'common/metrics/proto',
762 'proto_out_dir': 'chrome/common/metrics/proto', 762 'proto_out_dir': 'chrome/common/metrics/proto',
763 }, 763 },
764 'includes': [ '../build/protoc.gypi' ], 764 'includes': [ '../build/protoc.gypi' ],
765 }, 765 },
766 ], 766 ],
767 } 767 }
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