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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11418005: Get a minimal unit_tests target building and running for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@chrome-gyp-ios-support
Patch Set: Better ifdefing in chrome_paths Created 8 years, 1 month 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/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('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 (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 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after
2139 }, { # OS == "ios" 2139 }, { # OS == "ios"
2140 'dependencies': [ 2140 'dependencies': [
2141 '../net/net.gyp:net', 2141 '../net/net.gyp:net',
2142 ], 2142 ],
2143 'sources/': [ 2143 'sources/': [
2144 # iOS uses only small portions of browser/ui/. 2144 # iOS uses only small portions of browser/ui/.
2145 ['exclude', '\\.(cc|mm)$'], 2145 ['exclude', '\\.(cc|mm)$'],
2146 ['include', '_ios\\.(cc|mm)$'], 2146 ['include', '_ios\\.(cc|mm)$'],
2147 ['include', '(^|/)ios/'], 2147 ['include', '(^|/)ios/'],
2148 # TODO(ios): Add files here as they are updated to compile on iOS. 2148 # TODO(ios): Add files here as they are updated to compile on iOS.
2149 ['include', '^browser/ui/profile_error_dialog\\.cc$'],
2149 ], 2150 ],
2150 }], 2151 }],
2151 ['enable_one_click_signin==0', { 2152 ['enable_one_click_signin==0', {
2152 'sources!': [ 2153 'sources!': [
2153 'browser/ui/cocoa/one_click_signin_bubble_controller.h', 2154 'browser/ui/cocoa/one_click_signin_bubble_controller.h',
2154 'browser/ui/cocoa/one_click_signin_bubble_controller.mm', 2155 'browser/ui/cocoa/one_click_signin_bubble_controller.mm',
2155 'browser/ui/gtk/one_click_signin_bubble_gtk.cc', 2156 'browser/ui/gtk/one_click_signin_bubble_gtk.cc',
2156 'browser/ui/gtk/one_click_signin_bubble_gtk.h', 2157 'browser/ui/gtk/one_click_signin_bubble_gtk.h',
2157 'browser/ui/sync/one_click_signin_helper.cc', 2158 'browser/ui/sync/one_click_signin_helper.cc',
2158 'browser/ui/sync/one_click_signin_helper.h', 2159 'browser/ui/sync/one_click_signin_helper.h',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2753 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2754 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2754 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2755 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2755 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2756 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2756 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2757 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2757 ]} 2758 ]}
2758 ], 2759 ],
2759 ], 2760 ],
2760 }, 2761 },
2761 ], 2762 ],
2762 } 2763 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698