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

Side by Side Diff: content/content.gyp

Issue 406023002: Restructuring NavigationController functionalities from ContentViewCore to NavigationController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch with findbugs_known_bugs.txt changes. 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
« no previous file with comments | « content/browser/frame_host/navigation_controller_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'variables': { 474 'variables': {
475 'package_name': 'org/chromium/content/browser', 475 'package_name': 'org/chromium/content/browser',
476 'template_deps': ['browser/android/gesture_event_type_list.h'], 476 'template_deps': ['browser/android/gesture_event_type_list.h'],
477 }, 477 },
478 'includes': [ '../build/android/java_cpp_template.gypi' ], 478 'includes': [ '../build/android/java_cpp_template.gypi' ],
479 }, 479 },
480 { 480 {
481 'target_name': 'page_transition_types_java', 481 'target_name': 'page_transition_types_java',
482 'type': 'none', 482 'type': 'none',
483 'sources': [ 483 'sources': [
484 'public/android/java/src/org/chromium/content/browser/PageTransition Types.template', 484 'public/android/java/src/org/chromium/content_public/browser/PageTra nsitionTypes.template',
485 ], 485 ],
486 'variables': { 486 'variables': {
487 'package_name': 'org/chromium/content/browser', 487 'package_name': 'org/chromium/content_public/browser',
488 'template_deps': ['public/common/page_transition_types_list.h'], 488 'template_deps': ['public/common/page_transition_types_list.h'],
489 }, 489 },
490 'includes': [ '../build/android/java_cpp_template.gypi' ], 490 'includes': [ '../build/android/java_cpp_template.gypi' ],
491 }, 491 },
492 { 492 {
493 'target_name': 'popup_item_type_java', 493 'target_name': 'popup_item_type_java',
494 'type': 'none', 494 'type': 'none',
495 'sources': [ 495 'sources': [
496 'public/android/java/src/org/chromium/content/browser/input/PopupIte mType.template', 496 'public/android/java/src/org/chromium/content/browser/input/PopupIte mType.template',
497 ], 497 ],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'browser/gamepad/canonical_axis_index_list.h', 617 'browser/gamepad/canonical_axis_index_list.h',
618 'browser/gamepad/canonical_button_index_list.h', 618 'browser/gamepad/canonical_button_index_list.h',
619 ], 619 ],
620 }, 620 },
621 'includes': [ '../build/android/java_cpp_template.gypi' ], 621 'includes': [ '../build/android/java_cpp_template.gypi' ],
622 }, 622 },
623 ], 623 ],
624 }], # OS == "android" 624 }], # OS == "android"
625 ], 625 ],
626 } 626 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigation_controller_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698