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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
364 { | 364 { |
365 'target_name': 'common_aidl', | 365 'target_name': 'common_aidl', |
366 'type': 'none', | 366 'type': 'none', |
367 'variables': { | 367 'variables': { |
368 'aidl_interface_file': 'public/android/java/src/org/chromium/content /common/common.aidl', | 368 'aidl_interface_file': 'public/android/java/src/org/chromium/content /common/common.aidl', |
369 'aidl_import_include': 'public/android/java/src', | 369 'aidl_import_include': 'public/android/java/src', |
370 }, | 370 }, |
371 'sources': [ | 371 'sources': [ |
372 'public/android/java/src/org/chromium/content/common/IChildProcessCa llback.aidl', | 372 'public/android/java/src/org/chromium/content/common/IChildProcessCa llback.aidl', |
373 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl', | 373 'public/android/java/src/org/chromium/content/common/IChildProcessSe rvice.aidl', |
374 'public/android/java/src/org/chromium/content/common/SurfaceWrapper. aidl', | |
Yaron
2014/06/12 23:23:16
Unrelated?
| |
375 ], | 374 ], |
376 'includes': [ '../build/java_aidl.gypi' ], | 375 'includes': [ '../build/java_aidl.gypi' ], |
377 }, | 376 }, |
378 { | 377 { |
379 'target_name': 'content_java', | 378 'target_name': 'content_java', |
380 'type': 'none', | 379 'type': 'none', |
381 'dependencies': [ | 380 'dependencies': [ |
382 '../base/base.gyp:base', | 381 '../base/base.gyp:base', |
383 '../media/media.gyp:media_java', | 382 '../media/media.gyp:media_java', |
384 '../net/net.gyp:net', | 383 '../net/net.gyp:net', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
561 'browser/gamepad/canonical_axis_index_list.h', | 560 'browser/gamepad/canonical_axis_index_list.h', |
562 'browser/gamepad/canonical_button_index_list.h', | 561 'browser/gamepad/canonical_button_index_list.h', |
563 ], | 562 ], |
564 }, | 563 }, |
565 'includes': [ '../build/android/java_cpp_template.gypi' ], | 564 'includes': [ '../build/android/java_cpp_template.gypi' ], |
566 }, | 565 }, |
567 ], | 566 ], |
568 }], # OS == "android" | 567 }], # OS == "android" |
569 ], | 568 ], |
570 } | 569 } |
OLD | NEW |