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

Side by Side Diff: chrome/chrome_common.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_browser.gypi ('k') | chrome/chrome_dll.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) 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 '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': {
11 'chrome_common_target': 1, 11 'chrome_common_target': 1,
12 }, 12 },
13 'include_dirs': [ 13 'include_dirs': [
14 '..', 14 '..',
15 ], 15 ],
16 'direct_dependent_settings': { 16 'direct_dependent_settings': {
17 'include_dirs': [ 17 'include_dirs': [
18 '..', 18 '..',
19 ], 19 ],
20 }, 20 },
21 'dependencies': [ 21 'dependencies': [
22 # TODO(gregoryd): chrome_resources and chrome_strings could be 22 # TODO(gregoryd): chrome_resources and chrome_strings could be
23 # shared with the 64-bit target, but it does not work due to a gyp 23 # shared with the 64-bit target, but it does not work due to a gyp
24 # issue. 24 # issue.
25 'app/policy/cloud_policy_codegen.gyp:policy', 25 'app/policy/cloud_policy_codegen.gyp:policy',
26 'chrome_resources.gyp:chrome_resources', 26 'chrome_resources',
27 'chrome_resources.gyp:chrome_strings', 27 'chrome_strings',
28 'chrome_resources.gyp:theme_resources',
29 'common_constants', 28 'common_constants',
30 'common_net', 29 'common_net',
31 'default_plugin/default_plugin.gyp:default_plugin', 30 'default_plugin/default_plugin.gyp:default_plugin',
31 'theme_resources',
32 '../base/base.gyp:base', 32 '../base/base.gyp:base',
33 '../base/base.gyp:base_i18n', 33 '../base/base.gyp:base_i18n',
34 '../base/base.gyp:base_static', 34 '../base/base.gyp:base_static',
35 '../build/temp_gyp/googleurl.gyp:googleurl', 35 '../build/temp_gyp/googleurl.gyp:googleurl',
36 '../content/content.gyp:content_common', 36 '../content/content.gyp:content_common',
37 '../ipc/ipc.gyp:ipc', 37 '../ipc/ipc.gyp:ipc',
38 '../net/net.gyp:net', 38 '../net/net.gyp:net',
39 '../printing/printing.gyp:printing', 39 '../printing/printing.gyp:printing',
40 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 '../third_party/bzip2/bzip2.gyp:bzip2', 41 '../third_party/bzip2/bzip2.gyp:bzip2',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '-lXss', 255 '-lXss',
256 '-lXext', 256 '-lXext',
257 ], 257 ],
258 }, 258 },
259 },], 259 },],
260 ['toolkit_views==1', { 260 ['toolkit_views==1', {
261 'sources': [ 261 'sources': [
262 'common/native_web_keyboard_event_views.cc', 262 'common/native_web_keyboard_event_views.cc',
263 'common/native_web_keyboard_event_views.h', 263 'common/native_web_keyboard_event_views.h',
264 ], 264 ],
265 }], 265 }],
266 ['use_aura==1', { 266 ['use_aura==1', {
267 'dependencies!': [ 267 'dependencies!': [
268 'default_plugin/default_plugin.gyp:default_plugin', 268 'default_plugin/default_plugin.gyp:default_plugin',
269 ], 269 ],
270 }], 270 }],
271 ['os_posix == 1 and OS != "mac"', { 271 ['os_posix == 1 and OS != "mac"', {
272 'include_dirs': [ 272 'include_dirs': [
273 '<(SHARED_INTERMEDIATE_DIR)', 273 '<(SHARED_INTERMEDIATE_DIR)',
274 ], 274 ],
275 # Because posix_version generates a header, we must set the 275 # Because posix_version generates a header, we must set the
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'common/net/gaia/google_service_auth_error.cc', 364 'common/net/gaia/google_service_auth_error.cc',
365 'common/net/gaia/google_service_auth_error.h', 365 'common/net/gaia/google_service_auth_error.h',
366 'common/net/gaia/oauth_request_signer.cc', 366 'common/net/gaia/oauth_request_signer.cc',
367 'common/net/gaia/oauth_request_signer.h', 367 'common/net/gaia/oauth_request_signer.h',
368 'common/net/x509_certificate_model.cc', 368 'common/net/x509_certificate_model.cc',
369 'common/net/x509_certificate_model_nss.cc', 369 'common/net/x509_certificate_model_nss.cc',
370 'common/net/x509_certificate_model_openssl.cc', 370 'common/net/x509_certificate_model_openssl.cc',
371 'common/net/x509_certificate_model.h', 371 'common/net/x509_certificate_model.h',
372 ], 372 ],
373 'dependencies': [ 373 'dependencies': [
374 'chrome_resources.gyp:chrome_resources', 374 'chrome_resources',
375 'chrome_resources.gyp:chrome_strings', 375 'chrome_strings',
376 '../base/base.gyp:base', 376 '../base/base.gyp:base',
377 '../crypto/crypto.gyp:crypto', 377 '../crypto/crypto.gyp:crypto',
378 '../gpu/gpu.gyp:gpu_ipc', 378 '../gpu/gpu.gyp:gpu_ipc',
379 '../net/net.gyp:net_resources', 379 '../net/net.gyp:net_resources',
380 '../net/net.gyp:net', 380 '../net/net.gyp:net',
381 '../third_party/icu/icu.gyp:icui18n', 381 '../third_party/icu/icu.gyp:icui18n',
382 '../third_party/icu/icu.gyp:icuuc', 382 '../third_party/icu/icu.gyp:icuuc',
383 ], 383 ],
384 'conditions': [ 384 'conditions': [
385 ['os_posix == 1 and OS != "mac"', { 385 ['os_posix == 1 and OS != "mac"', {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'common/safe_browsing/csd.proto' 418 'common/safe_browsing/csd.proto'
419 ], 419 ],
420 'variables': { 420 'variables': {
421 'proto_in_dir': 'common/safe_browsing', 421 'proto_in_dir': 'common/safe_browsing',
422 'proto_out_dir': 'chrome/common/safe_browsing', 422 'proto_out_dir': 'chrome/common/safe_browsing',
423 }, 423 },
424 'includes': [ '../build/protoc.gypi' ], 424 'includes': [ '../build/protoc.gypi' ],
425 }, 425 },
426 ], 426 ],
427 } 427 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698