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

Side by Side Diff: chrome/chrome_common.gypi

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 years, 9 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 }], 407 }],
408 ['OS=="mac"', { 408 ['OS=="mac"', {
409 'sources': [ 409 'sources': [
410 'common/media_galleries/iphoto_library.cc', 410 'common/media_galleries/iphoto_library.cc',
411 'common/media_galleries/iphoto_library.h', 411 'common/media_galleries/iphoto_library.h',
412 ], 412 ],
413 }], 413 }],
414 ['OS != "ios"', { 414 ['OS != "ios"', {
415 'dependencies': [ 415 'dependencies': [
416 '<(DEPTH)/third_party/re2/re2.gyp:re2', 416 '<(DEPTH)/third_party/re2/re2.gyp:re2',
417 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 417 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_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/components.gyp:password_manager_core_common', 420 '<(DEPTH)/components/components.gyp:password_manager_core_common',
421 '<(DEPTH)/components/nacl.gyp:nacl_common', 421 '<(DEPTH)/components/nacl.gyp:nacl_common',
422 '<(DEPTH)/components/components.gyp:visitedlink_common', 422 '<(DEPTH)/components/components.gyp:visitedlink_common',
423 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 423 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
424 '<(DEPTH)/ipc/ipc.gyp:ipc', 424 '<(DEPTH)/ipc/ipc.gyp:ipc',
425 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 425 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
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 ],
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'common/metrics/proto/user_action_event.proto', 738 'common/metrics/proto/user_action_event.proto',
739 ], 739 ],
740 'variables': { 740 'variables': {
741 'proto_in_dir': 'common/metrics/proto', 741 'proto_in_dir': 'common/metrics/proto',
742 'proto_out_dir': 'chrome/common/metrics/proto', 742 'proto_out_dir': 'chrome/common/metrics/proto',
743 }, 743 },
744 'includes': [ '../build/protoc.gypi' ], 744 'includes': [ '../build/protoc.gypi' ],
745 }, 745 },
746 ], 746 ],
747 } 747 }
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