OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |