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 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', | 8 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', |
9 'conditions': [ | 9 'conditions': [ |
10 ['inside_chromium_build==0', { | 10 ['inside_chromium_build==0', { |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 ], | 330 ], |
331 'includes': [ '../build/java.gypi' ], | 331 'includes': [ '../build/java.gypi' ], |
332 }, | 332 }, |
333 { | 333 { |
334 'target_name': 'page_transition_types_java', | 334 'target_name': 'page_transition_types_java', |
335 'type': 'none', | 335 'type': 'none', |
336 'sources': [ | 336 'sources': [ |
337 'public/android/java/src/org/chromium/content/browser/PageTransition
Types.template', | 337 'public/android/java/src/org/chromium/content/browser/PageTransition
Types.template', |
338 ], | 338 ], |
339 'variables': { | 339 'variables': { |
340 'package_name': 'org.chromium.content.browser', | 340 'package_name': 'org/chromium/content/browser', |
341 'template_deps': ['public/common/page_transition_types_list.h'], | 341 'template_deps': ['public/common/page_transition_types_list.h'], |
342 }, | 342 }, |
343 'includes': [ '../build/android/java_cpp_template.gypi' ], | 343 'includes': [ '../build/android/java_cpp_template.gypi' ], |
344 }, | 344 }, |
345 { | 345 { |
346 'target_name': 'surface_texture_jni_headers', | 346 'target_name': 'surface_texture_jni_headers', |
347 'type': 'none', | 347 'type': 'none', |
348 'variables': { | 348 'variables': { |
349 'jni_gen_dir': 'content', | 349 'jni_gen_dir': 'content', |
350 'input_java_class': 'android/graphics/SurfaceTexture.class', | 350 'input_java_class': 'android/graphics/SurfaceTexture.class', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'include_dirs': [ | 385 'include_dirs': [ |
386 '<(SHARED_INTERMEDIATE_DIR)/content', | 386 '<(SHARED_INTERMEDIATE_DIR)/content', |
387 ], | 387 ], |
388 }, | 388 }, |
389 'includes': [ 'content_jni.gypi' ], | 389 'includes': [ 'content_jni.gypi' ], |
390 }, | 390 }, |
391 ], | 391 ], |
392 }], # OS == "android" | 392 }], # OS == "android" |
393 ], | 393 ], |
394 } | 394 } |
OLD | NEW |