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

Side by Side Diff: chrome/chrome_common.gypi

Issue 141053003: 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
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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 ['OS != "ios"', { 415 ['OS != "ios"', {
416 'dependencies': [ 416 'dependencies': [
417 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 417 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
418 '<(DEPTH)/components/components.gyp:autofill_core_common', 418 '<(DEPTH)/components/components.gyp:autofill_core_common',
419 '<(DEPTH)/components/components.gyp:autofill_content_common', 419 '<(DEPTH)/components/components.gyp:autofill_content_common',
420 '<(DEPTH)/components/nacl.gyp:nacl_common', 420 '<(DEPTH)/components/nacl.gyp:nacl_common',
421 '<(DEPTH)/components/components.gyp:visitedlink_common', 421 '<(DEPTH)/components/components.gyp:visitedlink_common',
422 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 422 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
423 '<(DEPTH)/ipc/ipc.gyp:ipc', 423 '<(DEPTH)/ipc/ipc.gyp:ipc',
424 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 424 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
425 '<(DEPTH)/third_party/re2/re2.gyp:re2', 425 '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2',
426 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 426 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
427 ], 427 ],
428 }, { # OS == ios 428 }, { # OS == ios
429 'sources/': [ 429 'sources/': [
430 ['exclude', '^common/child_process_'], 430 ['exclude', '^common/child_process_'],
431 ['exclude', '^common/chrome_content_client\\.cc$'], 431 ['exclude', '^common/chrome_content_client\\.cc$'],
432 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 432 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
433 ['exclude', '^common/common_message_generator\\.cc$'], 433 ['exclude', '^common/common_message_generator\\.cc$'],
434 ['exclude', '^common/common_param_traits'], 434 ['exclude', '^common/common_param_traits'],
435 ['exclude', '^common/custom_handlers/'], 435 ['exclude', '^common/custom_handlers/'],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'common/metrics/proto/user_action_event.proto', 753 'common/metrics/proto/user_action_event.proto',
754 ], 754 ],
755 'variables': { 755 'variables': {
756 'proto_in_dir': 'common/metrics/proto', 756 'proto_in_dir': 'common/metrics/proto',
757 'proto_out_dir': 'chrome/common/metrics/proto', 757 'proto_out_dir': 'chrome/common/metrics/proto',
758 }, 758 },
759 'includes': [ '../build/protoc.gypi' ], 759 'includes': [ '../build/protoc.gypi' ],
760 }, 760 },
761 ], 761 ],
762 } 762 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698