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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7690004: Implement input type=color UI (win part) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebased Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2309 matching lines...) Expand 10 before | Expand all | Expand 10 after
2320 'browser/ui/browser_list_win.cc', 2320 'browser/ui/browser_list_win.cc',
2321 'browser/ui/browser_navigator.cc', 2321 'browser/ui/browser_navigator.cc',
2322 'browser/ui/browser_navigator.h', 2322 'browser/ui/browser_navigator.h',
2323 'browser/ui/browser_synced_window_delegate.h', 2323 'browser/ui/browser_synced_window_delegate.h',
2324 'browser/ui/browser_synced_window_delegate.cc', 2324 'browser/ui/browser_synced_window_delegate.cc',
2325 'browser/ui/browser_tab_restore_service_delegate.cc', 2325 'browser/ui/browser_tab_restore_service_delegate.cc',
2326 'browser/ui/browser_tab_restore_service_delegate.h', 2326 'browser/ui/browser_tab_restore_service_delegate.h',
2327 'browser/ui/browser_window.h', 2327 'browser/ui/browser_window.h',
2328 'browser/ui/color_chooser.cc', 2328 'browser/ui/color_chooser.cc',
2329 'browser/ui/color_chooser.h', 2329 'browser/ui/color_chooser.h',
2330 'browser/ui/color_chooser_dialog.h',
2330 'browser/ui/cocoa/about_ipc_controller.h', 2331 'browser/ui/cocoa/about_ipc_controller.h',
2331 'browser/ui/cocoa/about_ipc_controller.mm', 2332 'browser/ui/cocoa/about_ipc_controller.mm',
2332 'browser/ui/cocoa/about_ipc_dialog.h', 2333 'browser/ui/cocoa/about_ipc_dialog.h',
2333 'browser/ui/cocoa/about_ipc_dialog.mm', 2334 'browser/ui/cocoa/about_ipc_dialog.mm',
2334 'browser/ui/cocoa/about_window_controller.h', 2335 'browser/ui/cocoa/about_window_controller.h',
2335 'browser/ui/cocoa/about_window_controller.mm', 2336 'browser/ui/cocoa/about_window_controller.mm',
2336 'browser/ui/cocoa/accelerators_cocoa.h', 2337 'browser/ui/cocoa/accelerators_cocoa.h',
2337 'browser/ui/cocoa/accelerators_cocoa.mm', 2338 'browser/ui/cocoa/accelerators_cocoa.mm',
2338 'browser/ui/cocoa/animatable_image.h', 2339 'browser/ui/cocoa/animatable_image.h',
2339 'browser/ui/cocoa/animatable_image.mm', 2340 'browser/ui/cocoa/animatable_image.mm',
(...skipping 2728 matching lines...) Expand 10 before | Expand all | Expand 10 after
5068 # weak imports in dependents, who still must #include 5069 # weak imports in dependents, who still must #include
5069 # closure_blocks_leopard_compat.h to get weak imports. 5070 # closure_blocks_leopard_compat.h to get weak imports.
5070 'type': 'none', 5071 'type': 'none',
5071 }], 5072 }],
5072 ], 5073 ],
5073 }, 5074 },
5074 ], 5075 ],
5075 }], 5076 }],
5076 ], 5077 ],
5077 } 5078 }
OLDNEW
« chrome/browser/ui/views/shell_dialogs_win.cc ('K') | « chrome/browser/ui/views/shell_dialogs_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698