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

Side by Side Diff: base/BUILD.gn

Issue 338103003: Password bubble: Ensure that the bubble stays open for at least 1 second. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 component("base") { 8 component("base") {
9 sources = [ 9 sources = [
10 "third_party/dmg_fp/dmg_fp.h", 10 "third_party/dmg_fp/dmg_fp.h",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "time/time.cc", 639 "time/time.cc",
640 "time/time.h", 640 "time/time.h",
641 "time/time_mac.cc", 641 "time/time_mac.cc",
642 "time/time_posix.cc", 642 "time/time_posix.cc",
643 "time/time_win.cc", 643 "time/time_win.cc",
644 "timer/elapsed_timer.cc", 644 "timer/elapsed_timer.cc",
645 "timer/elapsed_timer.h", 645 "timer/elapsed_timer.h",
646 "timer/hi_res_timer_manager.h", 646 "timer/hi_res_timer_manager.h",
647 "timer/hi_res_timer_manager_posix.cc", 647 "timer/hi_res_timer_manager_posix.cc",
648 "timer/hi_res_timer_manager_win.cc", 648 "timer/hi_res_timer_manager_win.cc",
649 "timer/mock_elapsed_timer.cc",
650 "timer/mock_elapsed_timer.h",
649 "timer/mock_timer.cc", 651 "timer/mock_timer.cc",
650 "timer/mock_timer.h", 652 "timer/mock_timer.h",
651 "timer/timer.cc", 653 "timer/timer.cc",
652 "timer/timer.h", 654 "timer/timer.h",
653 "tracked_objects.cc", 655 "tracked_objects.cc",
654 "tracked_objects.h", 656 "tracked_objects.h",
655 "tracking_info.cc", 657 "tracking_info.cc",
656 "tracking_info.h", 658 "tracking_info.h",
657 "tuple.h", 659 "tuple.h",
658 "values.cc", 660 "values.cc",
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 source_prereqs = [ 1366 source_prereqs = [
1365 "android/java/templates/native_libraries_array.h", 1367 "android/java/templates/native_libraries_array.h",
1366 ] 1368 ]
1367 1369
1368 package_name = "org/chromium/base/library_loader" 1370 package_name = "org/chromium/base/library_loader"
1369 include_path = "android/java/templates" 1371 include_path = "android/java/templates"
1370 } 1372 }
1371 1373
1372 1374
1373 } 1375 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698