OLD | NEW |
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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e
ngine. | 8 'chromium_enable_vtune_jit_for_v8%': 0, # enable the vtune support for V8 e
ngine. |
9 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', | 9 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', |
10 }, | 10 }, |
(...skipping 28 matching lines...) Expand all Loading... |
39 # chrome_exe to have to depend on allocator). | 39 # chrome_exe to have to depend on allocator). |
40 ['component=="static_library"', { | 40 ['component=="static_library"', { |
41 'target_defines': [ | 41 'target_defines': [ |
42 'COMPILE_CONTENT_STATICALLY', | 42 'COMPILE_CONTENT_STATICALLY', |
43 ], | 43 ], |
44 'targets': [ | 44 'targets': [ |
45 { | 45 { |
46 'target_name': 'content', | 46 'target_name': 'content', |
47 'type': 'none', | 47 'type': 'none', |
48 'dependencies': [ | 48 'dependencies': [ |
49 'content_app', | 49 'content_app_browser', |
50 'content_browser', | 50 'content_browser', |
51 'content_child', | 51 'content_child', |
52 'content_common', | 52 'content_common', |
53 ], | 53 ], |
54 'conditions': [ | 54 'conditions': [ |
55 ['OS != "ios"', { | 55 ['OS != "ios"', { |
56 'dependencies': [ | 56 'dependencies': [ |
57 'content_gpu', | 57 'content_gpu', |
58 'content_plugin', | 58 'content_plugin', |
59 'content_ppapi_plugin', | 59 'content_ppapi_plugin', |
60 'content_renderer', | 60 'content_renderer', |
61 'content_utility', | 61 'content_utility', |
62 'content_worker', | 62 'content_worker', |
63 ], | 63 ], |
64 }], | 64 }], |
65 ], | 65 ], |
66 }, | 66 }, |
67 { | 67 { |
68 'target_name': 'content_app', | 68 'target_name': 'content_app_browser', |
69 'type': 'static_library', | 69 'type': 'static_library', |
70 'variables': { 'enable_wexit_time_destructors': 1, }, | 70 'variables': { 'enable_wexit_time_destructors': 1, }, |
71 'includes': [ | 71 'includes': [ |
72 'content_app.gypi', | 72 'content_app.gypi', |
73 ], | 73 ], |
74 'dependencies': [ | 74 'dependencies': [ |
75 'content_common', | 75 'content_common', |
76 ], | 76 ], |
77 'conditions': [ | 77 'conditions': [ |
78 ['chrome_multiple_dll', { | 78 ['chrome_multiple_dll', { |
(...skipping 15 matching lines...) Expand all Loading... |
94 ], | 94 ], |
95 'conditions': [ | 95 'conditions': [ |
96 ['chrome_multiple_dll', { | 96 ['chrome_multiple_dll', { |
97 'defines': [ | 97 'defines': [ |
98 'CHROME_MULTIPLE_DLL_CHILD', | 98 'CHROME_MULTIPLE_DLL_CHILD', |
99 ], | 99 ], |
100 }], | 100 }], |
101 ], | 101 ], |
102 }, | 102 }, |
103 { | 103 { |
| 104 'target_name': 'content_app_both', |
| 105 'type': 'static_library', |
| 106 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 107 'includes': [ |
| 108 'content_app.gypi', |
| 109 ], |
| 110 'dependencies': [ |
| 111 'content_common', |
| 112 ], |
| 113 }, |
| 114 { |
104 'target_name': 'content_browser', | 115 'target_name': 'content_browser', |
105 'type': 'static_library', | 116 'type': 'static_library', |
106 'variables': { 'enable_wexit_time_destructors': 1, }, | 117 'variables': { 'enable_wexit_time_destructors': 1, }, |
107 'includes': [ | 118 'includes': [ |
108 'content_browser.gypi', | 119 'content_browser.gypi', |
109 ], | 120 ], |
110 'dependencies': [ | 121 'dependencies': [ |
111 'content_common', | 122 'content_common', |
112 'content_resources.gyp:content_resources', | 123 'content_resources.gyp:content_resources', |
113 ], | 124 ], |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'VCLinkerTool': { | 294 'VCLinkerTool': { |
284 'conditions': [ | 295 'conditions': [ |
285 ['incremental_chrome_dll==1', { | 296 ['incremental_chrome_dll==1', { |
286 'UseLibraryDependencyInputs': "true", | 297 'UseLibraryDependencyInputs': "true", |
287 }], | 298 }], |
288 ], | 299 ], |
289 }, | 300 }, |
290 }, | 301 }, |
291 }, | 302 }, |
292 { | 303 { |
293 'target_name': 'content_app', | 304 'target_name': 'content_app_browser', |
294 'type': 'none', | 305 'type': 'none', |
295 'dependencies': ['content', 'content_browser'], | 306 'dependencies': ['content', 'content_browser'], |
296 }, | 307 }, |
297 { | 308 { |
298 'target_name': 'content_app_child', | 309 'target_name': 'content_app_child', |
299 'type': 'none', | 310 'type': 'none', |
300 'dependencies': ['content', 'content_child'], | 311 'dependencies': ['content', 'content_child'], |
301 }, | 312 }, |
302 { | 313 { |
| 314 'target_name': 'content_app_both', |
| 315 'type': 'none', |
| 316 'dependencies': ['content'], |
| 317 }, |
| 318 { |
303 'target_name': 'content_browser', | 319 'target_name': 'content_browser', |
304 'type': 'none', | 320 'type': 'none', |
305 'dependencies': ['content'], | 321 'dependencies': ['content'], |
306 }, | 322 }, |
307 { | 323 { |
308 'target_name': 'content_common', | 324 'target_name': 'content_common', |
309 'type': 'none', | 325 'type': 'none', |
310 'dependencies': ['content', 'content_resources.gyp:content_resources']
, | 326 'dependencies': ['content', 'content_resources.gyp:content_resources']
, |
311 # Disable c4267 warnings until we fix size_t to int truncations. | 327 # Disable c4267 warnings until we fix size_t to int truncations. |
312 'msvs_disabled_warnings': [ 4267, ], | 328 'msvs_disabled_warnings': [ 4267, ], |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 'include_dirs': [ | 497 'include_dirs': [ |
482 '<(SHARED_INTERMEDIATE_DIR)/content', | 498 '<(SHARED_INTERMEDIATE_DIR)/content', |
483 ], | 499 ], |
484 }, | 500 }, |
485 'includes': [ 'content_jni.gypi' ], | 501 'includes': [ 'content_jni.gypi' ], |
486 }, | 502 }, |
487 ], | 503 ], |
488 }], # OS == "android" | 504 }], # OS == "android" |
489 ], | 505 ], |
490 } | 506 } |
OLD | NEW |