OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |