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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11316153: implement input type=color for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 | « chrome/browser/ui/blocked_content/popup_blocked_infobar_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'browser/ui/autofill/new_credit_card_bubble_controller.cc', 342 'browser/ui/autofill/new_credit_card_bubble_controller.cc',
343 'browser/ui/autofill/new_credit_card_bubble_controller.h', 343 'browser/ui/autofill/new_credit_card_bubble_controller.h',
344 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 344 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
345 'browser/ui/autofill/tab_autofill_manager_delegate.h', 345 'browser/ui/autofill/tab_autofill_manager_delegate.h',
346 'browser/ui/auto_login_infobar_delegate.cc', 346 'browser/ui/auto_login_infobar_delegate.cc',
347 'browser/ui/auto_login_infobar_delegate.h', 347 'browser/ui/auto_login_infobar_delegate.h',
348 'browser/ui/auto_login_prompter.cc', 348 'browser/ui/auto_login_prompter.cc',
349 'browser/ui/auto_login_prompter.h', 349 'browser/ui/auto_login_prompter.h',
350 'browser/ui/blocked_content/blocked_window_params.cc', 350 'browser/ui/blocked_content/blocked_window_params.cc',
351 'browser/ui/blocked_content/blocked_window_params.h', 351 'browser/ui/blocked_content/blocked_window_params.h',
352 'browser/ui/blocked_content/popup_blocked_infobar_delegate.cc',
353 'browser/ui/blocked_content/popup_blocked_infobar_delegate.h',
352 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 354 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
353 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 355 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
354 'browser/ui/bookmarks/bookmark_bar.h', 356 'browser/ui/bookmarks/bookmark_bar.h',
355 'browser/ui/bookmarks/bookmark_bar_constants.h', 357 'browser/ui/bookmarks/bookmark_bar_constants.h',
356 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', 358 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
357 'browser/ui/bookmarks/bookmark_bubble_delegate.h', 359 'browser/ui/bookmarks/bookmark_bubble_delegate.h',
358 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', 360 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc',
359 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', 361 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h',
360 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', 362 'browser/ui/bookmarks/bookmark_context_menu_controller.cc',
361 'browser/ui/bookmarks/bookmark_context_menu_controller.h', 363 'browser/ui/bookmarks/bookmark_context_menu_controller.h',
(...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after
3258 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3260 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3259 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3261 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3260 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3262 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3261 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3263 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3262 ], 3264 ],
3263 }], 3265 }],
3264 ], 3266 ],
3265 }, 3267 },
3266 ], 3268 ],
3267 } 3269 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/blocked_content/popup_blocked_infobar_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698