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

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: don't guard ash_strings with aura=1 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 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'], 2195 ['exclude', '^browser/ui/window_sizer/window_sizer_win.cc'],
2196 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], 2196 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
2197 # TODO: (stevenjb/beng): Find a home for these. 2197 # TODO: (stevenjb/beng): Find a home for these.
2198 ['include', '^browser/ui/views/simple_message_box_views.cc'], 2198 ['include', '^browser/ui/views/simple_message_box_views.cc'],
2199 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 2199 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
2200 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 2200 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
2201 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 2201 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
2202 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 2202 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
2203 ], 2203 ],
2204 'dependencies': [ 2204 'dependencies': [
2205 # aura uses some of ash resources.
2206 '../ash/ash.gyp:ash_resources',
2205 '../ui/aura/aura.gyp:aura', 2207 '../ui/aura/aura.gyp:aura',
2206 '../ui/compositor/compositor.gyp:compositor', 2208 '../ui/compositor/compositor.gyp:compositor',
2207 ], 2209 ],
2208 'conditions': [ 2210 'conditions': [
2209 ['OS=="win"', { 2211 ['OS=="win"', {
2210 'sources/': [ 2212 'sources/': [
2211 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], 2213 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
2212 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], 2214 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'],
2213 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], 2215 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'],
2214 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], 2216 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'],
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
2632 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2634 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2633 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2635 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2634 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2636 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2635 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2637 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2636 ]} 2638 ]}
2637 ], 2639 ],
2638 ], 2640 ],
2639 }, 2641 },
2640 ], 2642 ],
2641 } 2643 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc ('k') | chrome/chrome_repack_chrome_100_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698