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

Side by Side Diff: content/content_common.gypi

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyps, fix ios Created 7 years, 7 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 | « content/content_browser.gypi ('k') | content/content_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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 ['include', '^common/url_schemes\\.cc$'], 414 ['include', '^common/url_schemes\\.cc$'],
415 ], 415 ],
416 }, { # OS!="ios" 416 }, { # OS!="ios"
417 'dependencies': [ 417 'dependencies': [
418 '../cc/cc.gyp:cc', 418 '../cc/cc.gyp:cc',
419 '../gpu/gpu.gyp:gles2_c_lib', 419 '../gpu/gpu.gyp:gles2_c_lib',
420 '../gpu/gpu.gyp:gles2_implementation', 420 '../gpu/gpu.gyp:gles2_implementation',
421 '../gpu/gpu.gyp:gpu_ipc', 421 '../gpu/gpu.gyp:gpu_ipc',
422 '../ipc/ipc.gyp:ipc', 422 '../ipc/ipc.gyp:ipc',
423 '../media/media.gyp:shared_memory_support', 423 '../media/media.gyp:shared_memory_support',
424 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
424 '../third_party/npapi/npapi.gyp:npapi', 425 '../third_party/npapi/npapi.gyp:npapi',
425 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
426 '../ui/gl/gl.gyp:gl', 426 '../ui/gl/gl.gyp:gl',
427 '../webkit/support/webkit_support.gyp:glue', 427 '../webkit/support/webkit_support.gyp:glue',
428 '../webkit/support/webkit_support.gyp:webkit_base', 428 '../webkit/support/webkit_support.gyp:webkit_base',
429 '../webkit/support/webkit_support.gyp:webkit_storage', 429 '../webkit/support/webkit_support.gyp:webkit_storage',
430 ], 430 ],
431 }], 431 }],
432 ['OS=="android"',{ 432 ['OS=="android"',{
433 'link_settings': { 433 'link_settings': {
434 'libraries': [ 434 'libraries': [
435 '-landroid', # ANativeWindow 435 '-landroid', # ANativeWindow
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
580 '<(output)', 580 '<(output)',
581 '<(PRODUCT_DIR)', 581 '<(PRODUCT_DIR)',
582 ], 582 ],
583 'msvs_cygwin_shell': 1, 583 'msvs_cygwin_shell': 1,
584 }, 584 },
585 ] 585 ]
586 }], 586 }],
587 ], 587 ],
588 } 588 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698