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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 10905242: add ash_resources.grd and necessary changes to use images in ash/resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: presubmit.py Created 8 years, 3 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'], 2197 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'],
2198 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], 2198 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
2199 # TODO: (stevenjb/beng): Find a home for these. 2199 # TODO: (stevenjb/beng): Find a home for these.
2200 ['include', '^browser/ui/views/simple_message_box_views.cc'], 2200 ['include', '^browser/ui/views/simple_message_box_views.cc'],
2201 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 2201 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
2202 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 2202 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
2203 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 2203 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
2204 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 2204 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
2205 ], 2205 ],
2206 'dependencies': [ 2206 'dependencies': [
2207 # aura uses some of ash resources.
2208 '../ash/ash.gyp:ash_resources',
2207 '../ui/aura/aura.gyp:aura', 2209 '../ui/aura/aura.gyp:aura',
2208 '../ui/compositor/compositor.gyp:compositor', 2210 '../ui/compositor/compositor.gyp:compositor',
2209 ], 2211 ],
2210 'conditions': [ 2212 'conditions': [
2211 ['OS=="win"', { 2213 ['OS=="win"', {
2212 'sources/': [ 2214 'sources/': [
2213 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], 2215 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
2214 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], 2216 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'],
2215 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], 2217 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'],
2216 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], 2218 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'],
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
2634 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2636 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2635 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2637 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2636 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2638 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2637 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2639 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2638 ]} 2640 ]}
2639 ], 2641 ],
2640 ], 2642 ],
2641 }, 2643 },
2642 ], 2644 ],
2643 } 2645 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698