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

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: Created 6 years, 4 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'variables': { 431 'variables': {
432 'package_name': 'org/chromium/content/browser', 432 'package_name': 'org/chromium/content/browser',
433 'template_deps': ['browser/android/gesture_event_type_list.h'], 433 'template_deps': ['browser/android/gesture_event_type_list.h'],
434 }, 434 },
435 'includes': [ '../build/android/java_cpp_template.gypi' ], 435 'includes': [ '../build/android/java_cpp_template.gypi' ],
436 }, 436 },
437 { 437 {
438 'target_name': 'page_transition_types_java', 438 'target_name': 'page_transition_types_java',
439 'type': 'none', 439 'type': 'none',
440 'sources': [ 440 'sources': [
441 'public/android/java/src/org/chromium/content/browser/PageTransition Types.template', 441 'public/android/java/src/org/chromium/content_public/browser/PageTra nsitionTypes.template',
442 ], 442 ],
443 'variables': { 443 'variables': {
444 'package_name': 'org/chromium/content/browser', 444 'package_name': 'org/chromium/content/browser',
445 'template_deps': ['public/common/page_transition_types_list.h'], 445 'template_deps': ['public/common/page_transition_types_list.h'],
446 }, 446 },
447 'includes': [ '../build/android/java_cpp_template.gypi' ], 447 'includes': [ '../build/android/java_cpp_template.gypi' ],
448 }, 448 },
449 { 449 {
450 'target_name': 'popup_item_type_java', 450 'target_name': 'popup_item_type_java',
451 'type': 'none', 451 'type': 'none',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'browser/gamepad/canonical_axis_index_list.h', 574 'browser/gamepad/canonical_axis_index_list.h',
575 'browser/gamepad/canonical_button_index_list.h', 575 'browser/gamepad/canonical_button_index_list.h',
576 ], 576 ],
577 }, 577 },
578 'includes': [ '../build/android/java_cpp_template.gypi' ], 578 'includes': [ '../build/android/java_cpp_template.gypi' ],
579 }, 579 },
580 ], 580 ],
581 }], # OS == "android" 581 }], # OS == "android"
582 ], 582 ],
583 } 583 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698