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

Side by Side Diff: ui/base/ui_base.gyp

Issue 833893003: Move UserActivityDetector to ui/base/user_activity/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't build test on android Created 5 years, 11 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/BUILD.gn ('k') | ui/base/ui_base_tests.gyp » ('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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'ui_base_export.h', 362 'ui_base_export.h',
363 'ui_base_exports.cc', 363 'ui_base_exports.cc',
364 'ui_base_paths.cc', 364 'ui_base_paths.cc',
365 'ui_base_paths.h', 365 'ui_base_paths.h',
366 'ui_base_switches.cc', 366 'ui_base_switches.cc',
367 'ui_base_switches.h', 367 'ui_base_switches.h',
368 'ui_base_switches_util.cc', 368 'ui_base_switches_util.cc',
369 'ui_base_switches_util.h', 369 'ui_base_switches_util.h',
370 'ui_base_types.cc', 370 'ui_base_types.cc',
371 'ui_base_types.h', 371 'ui_base_types.h',
372 'user_activity/user_activity_detector.cc',
373 'user_activity/user_activity_detector.h',
374 'user_activity/user_activity_observer.h',
372 'view_prop.cc', 375 'view_prop.cc',
373 'view_prop.h', 376 'view_prop.h',
374 'webui/jstemplate_builder.cc', 377 'webui/jstemplate_builder.cc',
375 'webui/jstemplate_builder.h', 378 'webui/jstemplate_builder.h',
376 'webui/web_ui_util.cc', 379 'webui/web_ui_util.cc',
377 'webui/web_ui_util.h', 380 'webui/web_ui_util.h',
378 'win/accessibility_ids_win.h', 381 'win/accessibility_ids_win.h',
379 'win/accessibility_misc_utils.cc', 382 'win/accessibility_misc_utils.cc',
380 'win/accessibility_misc_utils.h', 383 'win/accessibility_misc_utils.h',
381 'win/atl_module.h', 384 'win/atl_module.h',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 ], 792 ],
790 'variables': { 793 'variables': {
791 'jni_gen_package': 'ui', 794 'jni_gen_package': 'ui',
792 }, 795 },
793 'includes': [ '../../build/jni_generator.gypi' ], 796 'includes': [ '../../build/jni_generator.gypi' ],
794 }, 797 },
795 ], 798 ],
796 }], 799 }],
797 ], 800 ],
798 } 801 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698