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

Side by Side Diff: ui/base/ui_base.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 unified diff | Download patch
« no previous file with comments | « ui/base/page_transition_types_list.h ('k') | ui/keyboard/keyboard_controller_proxy.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'models/simple_menu_model.h', 283 'models/simple_menu_model.h',
284 'models/table_model.cc', 284 'models/table_model.cc',
285 'models/table_model.h', 285 'models/table_model.h',
286 'models/table_model_observer.h', 286 'models/table_model_observer.h',
287 'models/tree_model.cc', 287 'models/tree_model.cc',
288 'models/tree_model.h', 288 'models/tree_model.h',
289 'models/tree_node_iterator.h', 289 'models/tree_node_iterator.h',
290 'models/tree_node_model.h', 290 'models/tree_node_model.h',
291 'nine_image_painter_factory.cc', 291 'nine_image_painter_factory.cc',
292 'nine_image_painter_factory.h', 292 'nine_image_painter_factory.h',
293 'page_transition_types.cc',
294 'page_transition_types.h',
295 'page_transition_types_list.h',
293 'resource/data_pack.cc', 296 'resource/data_pack.cc',
294 'resource/data_pack.h', 297 'resource/data_pack.h',
295 'resource/resource_bundle.cc', 298 'resource/resource_bundle.cc',
296 'resource/resource_bundle.h', 299 'resource/resource_bundle.h',
297 'resource/resource_bundle_android.cc', 300 'resource/resource_bundle_android.cc',
298 'resource/resource_bundle_auralinux.cc', 301 'resource/resource_bundle_auralinux.cc',
299 'resource/resource_bundle_ios.mm', 302 'resource/resource_bundle_ios.mm',
300 'resource/resource_bundle_mac.mm', 303 'resource/resource_bundle_mac.mm',
301 'resource/resource_bundle_win.cc', 304 'resource/resource_bundle_win.cc',
302 'resource/resource_bundle_win.h', 305 'resource/resource_bundle_win.h',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 ], 753 ],
751 'variables': { 754 'variables': {
752 'jni_gen_package': 'ui', 755 'jni_gen_package': 'ui',
753 }, 756 },
754 'includes': [ '../../build/jni_generator.gypi' ], 757 'includes': [ '../../build/jni_generator.gypi' ],
755 }, 758 },
756 ], 759 ],
757 }], 760 }],
758 ], 761 ],
759 } 762 }
OLDNEW
« no previous file with comments | « ui/base/page_transition_types_list.h ('k') | ui/keyboard/keyboard_controller_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698