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

Side by Side Diff: chrome/chrome_common.gypi

Issue 68853015: Convert the re2 GYP targets to be generated by GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 ['OS != "ios"', { 425 ['OS != "ios"', {
426 'dependencies': [ 426 'dependencies': [
427 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 427 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
428 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 428 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
429 '<(DEPTH)/components/components.gyp:autofill_core_common', 429 '<(DEPTH)/components/components.gyp:autofill_core_common',
430 '<(DEPTH)/components/nacl.gyp:nacl_common', 430 '<(DEPTH)/components/nacl.gyp:nacl_common',
431 '<(DEPTH)/components/components.gyp:visitedlink_common', 431 '<(DEPTH)/components/components.gyp:visitedlink_common',
432 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 432 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
433 '<(DEPTH)/ipc/ipc.gyp:ipc', 433 '<(DEPTH)/ipc/ipc.gyp:ipc',
434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
435 '<(DEPTH)/third_party/re2/re2.gyp:re2', 435 '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2',
436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
437 ], 437 ],
438 }, { # OS == ios 438 }, { # OS == ios
439 'sources/': [ 439 'sources/': [
440 ['exclude', '^common/child_process_'], 440 ['exclude', '^common/child_process_'],
441 ['exclude', '^common/chrome_content_client\\.cc$'], 441 ['exclude', '^common/chrome_content_client\\.cc$'],
442 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 442 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
443 ['exclude', '^common/common_message_generator\\.cc$'], 443 ['exclude', '^common/common_message_generator\\.cc$'],
444 ['exclude', '^common/common_param_traits'], 444 ['exclude', '^common/common_param_traits'],
445 ['exclude', '^common/custom_handlers/'], 445 ['exclude', '^common/custom_handlers/'],
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/metrics/proto/user_action_event.proto', 760 'common/metrics/proto/user_action_event.proto',
761 ], 761 ],
762 'variables': { 762 'variables': {
763 'proto_in_dir': 'common/metrics/proto', 763 'proto_in_dir': 'common/metrics/proto',
764 'proto_out_dir': 'chrome/common/metrics/proto', 764 'proto_out_dir': 'chrome/common/metrics/proto',
765 }, 765 },
766 'includes': [ '../build/protoc.gypi' ], 766 'includes': [ '../build/protoc.gypi' ],
767 }, 767 },
768 ], 768 ],
769 } 769 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698