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

Unified Diff: content/content.gyp

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/resource_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 494b8afba8b086fe305d74ee894d422608be54fb..1ed85beea8866bf6cf87adba989ad5a64d662ccc 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -429,7 +429,6 @@
'content_strings_grd',
'content_gamepad_mapping',
'gesture_event_type_java',
- 'page_transition_types_java',
'popup_item_type_java',
'result_codes_java',
'selection_event_type_java',
@@ -477,18 +476,6 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
- 'target_name': 'page_transition_types_java',
- 'type': 'none',
- 'sources': [
- 'public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template',
- ],
- 'variables': {
- 'package_name': 'org/chromium/content_public/browser',
- 'template_deps': ['public/common/page_transition_types_list.h'],
- },
- 'includes': [ '../build/android/java_cpp_template.gypi' ],
- },
- {
'target_name': 'popup_item_type_java',
'type': 'none',
'sources': [
« no previous file with comments | « content/common/resource_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698