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

Side by Side Diff: content/content.gyp

Issue 584523003: Create org.chromium.content_public.common and move two classes there. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_display_in_shortcuthelper
Patch Set: Created 6 years, 3 months 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
OLDNEW
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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'variables': { 545 'variables': {
546 'package_name': 'org/chromium/content/common', 546 'package_name': 'org/chromium/content/common',
547 'template_deps': ['public/common/top_controls_state_list.h'], 547 'template_deps': ['public/common/top_controls_state_list.h'],
548 }, 548 },
549 'includes': [ '../build/android/java_cpp_template.gypi' ], 549 'includes': [ '../build/android/java_cpp_template.gypi' ],
550 }, 550 },
551 { 551 {
552 'target_name': 'screen_orientation_values_java', 552 'target_name': 'screen_orientation_values_java',
553 'type': 'none', 553 'type': 'none',
554 'sources': [ 554 'sources': [
555 'public/android/java/src/org/chromium/content/common/ScreenOrientati onValues.template', 555 'public/android/java/src/org/chromium/content_public/common/ScreenOr ientationValues.template',
556 ], 556 ],
557 'variables': { 557 'variables': {
558 'package_name': 'org/chromium/content/common', 558 'package_name': 'org/chromium/content_public/common',
559 'template_deps': ['public/common/screen_orientation_values_list.h'], 559 'template_deps': ['public/common/screen_orientation_values_list.h'],
560 }, 560 },
561 'includes': [ '../build/android/java_cpp_template.gypi' ], 561 'includes': [ '../build/android/java_cpp_template.gypi' ],
562 }, 562 },
563 { 563 {
564 'target_name': 'java_set_jni_headers', 564 'target_name': 'java_set_jni_headers',
565 'type': 'none', 565 'type': 'none',
566 'variables': { 566 'variables': {
567 'jni_gen_package': 'content', 567 'jni_gen_package': 'content',
568 'input_java_class': 'java/util/HashSet.class', 568 'input_java_class': 'java/util/HashSet.class',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'browser/gamepad/canonical_axis_index_list.h', 616 'browser/gamepad/canonical_axis_index_list.h',
617 'browser/gamepad/canonical_button_index_list.h', 617 'browser/gamepad/canonical_button_index_list.h',
618 ], 618 ],
619 }, 619 },
620 'includes': [ '../build/android/java_cpp_template.gypi' ], 620 'includes': [ '../build/android/java_cpp_template.gypi' ],
621 }, 621 },
622 ], 622 ],
623 }], # OS == "android" 623 }], # OS == "android"
624 ], 624 ],
625 } 625 }
OLDNEW
« no previous file with comments | « chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698