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': '<!pymod_do_main(dir_exists ../third_party/directxsdk)'
, | 9 'directxsdk_exists': '<!pymod_do_main(dir_exists ../third_party/directxsdk)'
, |
10 }, | 10 }, |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 # GN version: //content/utility and //content/public/utility | 280 # GN version: //content/utility and //content/public/utility |
281 'target_name': 'content_utility', | 281 'target_name': 'content_utility', |
282 'type': 'static_library', | 282 'type': 'static_library', |
283 'variables': { 'enable_wexit_time_destructors': 1, }, | 283 'variables': { 'enable_wexit_time_destructors': 1, }, |
284 'includes': [ | 284 'includes': [ |
285 'content_utility.gypi', | 285 'content_utility.gypi', |
286 ], | 286 ], |
287 'dependencies': [ | 287 'dependencies': [ |
288 'content_child', | 288 'content_child', |
289 'content_common', | 289 'content_common', |
| 290 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
290 ], | 291 ], |
291 }, | 292 }, |
292 ], | 293 ], |
293 }], | 294 }], |
294 ], | 295 ], |
295 }, | 296 }, |
296 { # component != static_library | 297 { # component != static_library |
297 'targets': [ | 298 'targets': [ |
298 { | 299 { |
299 # GN version: //content | 300 # GN version: //content |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 ], | 620 ], |
620 }, | 621 }, |
621 ], | 622 ], |
622 }], | 623 }], |
623 ], | 624 ], |
624 }, | 625 }, |
625 ], | 626 ], |
626 }], # OS == "android" | 627 }], # OS == "android" |
627 ], | 628 ], |
628 } | 629 } |
OLD | NEW |