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

Side by Side Diff: chrome/nacl.gypi

Issue 8430011: Revert 107967 - Introduces chromium_resources.gyp to factor out Chrome resource generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'nacl_target': 0, 8 'nacl_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'type': 'static_library', 62 'type': 'static_library',
63 'variables': { 63 'variables': {
64 'nacl_target': 1, 64 'nacl_target': 1,
65 'irt_build_cmd': [ 65 'irt_build_cmd': [
66 'python', 'build_nacl_irt.py', '--outdir', '<(PRODUCT_DIR)', 66 'python', 'build_nacl_irt.py', '--outdir', '<(PRODUCT_DIR)',
67 ], 67 ],
68 'irt_inputs_cmd': 68 'irt_inputs_cmd':
69 'python build_nacl_irt.py --inputs', 69 'python build_nacl_irt.py --inputs',
70 }, 70 },
71 'dependencies': [ 71 'dependencies': [
72 'chrome_resources.gyp:chrome_resources', 72 'chrome_resources',
73 'chrome_resources.gyp:chrome_strings', 73 'chrome_strings',
74 'common', 74 'common',
75 '../webkit/support/webkit_support.gyp:glue', 75 '../webkit/support/webkit_support.gyp:glue',
76 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome', 76 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome',
77 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 77 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
78 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp: platform_qual_lib', 78 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp: platform_qual_lib',
79 ], 79 ],
80 'direct_dependent_settings': { 80 'direct_dependent_settings': {
81 'defines': [ 81 'defines': [
82 'NACL_BLOCK_SHIFT=5', 82 'NACL_BLOCK_SHIFT=5',
83 'NACL_BLOCK_SIZE=32', 83 'NACL_BLOCK_SIZE=32',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'target_name': 'nacl_win64', 405 'target_name': 'nacl_win64',
406 'type': 'none', 406 'type': 'none',
407 'sources': [], 407 'sources': [],
408 }, 408 },
409 ], 409 ],
410 }], 410 }],
411 ], 411 ],
412 }], 412 }],
413 ], 413 ],
414 } 414 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698