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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 307993007: ash: Convert ash_resources to a normal GYP file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_resources.gyp » ('j') | 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 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 ['exclude', '^browser/ui/screen_capture_notification_ui_stub.cc'], 2701 ['exclude', '^browser/ui/screen_capture_notification_ui_stub.cc'],
2702 # TODO: (stevenjb/beng): Find a home for these. 2702 # TODO: (stevenjb/beng): Find a home for these.
2703 ['include', '^browser/ui/views/simple_message_box_views.cc'], 2703 ['include', '^browser/ui/views/simple_message_box_views.cc'],
2704 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 2704 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
2705 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 2705 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
2706 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 2706 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
2707 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 2707 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
2708 ], 2708 ],
2709 'dependencies': [ 2709 'dependencies': [
2710 # aura uses some of ash resources. 2710 # aura uses some of ash resources.
2711 '../ash/ash.gyp:ash_resources', 2711 '../ash/ash_resources.gyp:ash_resources',
2712 '../ui/aura/aura.gyp:aura', 2712 '../ui/aura/aura.gyp:aura',
2713 '../ui/keyboard/keyboard.gyp:keyboard', 2713 '../ui/keyboard/keyboard.gyp:keyboard',
2714 '../ui/keyboard/keyboard.gyp:keyboard_resources', 2714 '../ui/keyboard/keyboard.gyp:keyboard_resources',
2715 '../ui/wm/wm.gyp:wm', 2715 '../ui/wm/wm.gyp:wm',
2716 ], 2716 ],
2717 'conditions': [ 2717 'conditions': [
2718 ['OS=="win"', { 2718 ['OS=="win"', {
2719 'sources/': [ 2719 'sources/': [
2720 ['exclude', '^browser/ui/views/apps/chrome_app_window_delegate_v iews.cc'], 2720 ['exclude', '^browser/ui/views/apps/chrome_app_window_delegate_v iews.cc'],
2721 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], 2721 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
3150 ], 3150 ],
3151 'sources!': [ 3151 'sources!': [
3152 'browser/ui/views/session_crashed_bubble_view.cc', 3152 'browser/ui/views/session_crashed_bubble_view.cc',
3153 'browser/ui/views/session_crashed_bubble_view.h', 3153 'browser/ui/views/session_crashed_bubble_view.h',
3154 ], 3154 ],
3155 }], 3155 }],
3156 ], 3156 ],
3157 }, 3157 },
3158 ], 3158 ],
3159 } 3159 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698