OLD | NEW |
---|---|
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 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2503 # TODO(ios): Add files here as they are updated to compile on iOS. | 2503 # TODO(ios): Add files here as they are updated to compile on iOS. |
2504 ['include', '^browser/ui/profile_error_dialog\\.cc$'], | 2504 ['include', '^browser/ui/profile_error_dialog\\.cc$'], |
2505 ], | 2505 ], |
2506 }], | 2506 }], |
2507 ['enable_printing!=0', { | 2507 ['enable_printing!=0', { |
2508 'dependencies': [ | 2508 'dependencies': [ |
2509 '../printing/printing.gyp:printing', | 2509 '../printing/printing.gyp:printing', |
2510 ], | 2510 ], |
2511 }], | 2511 }], |
2512 ['OS!="android" and OS!="ios"', { | 2512 ['OS!="android" and OS!="ios"', { |
2513 'dependencies': [ | |
Mark Mentovai
2014/06/17 13:30:41
You may remove this, it wasn’t the problem. It wou
| |
2514 '../base/base.gyp:base', | |
2515 ], | |
2513 'sources!': [ | 2516 'sources!': [ |
2514 'browser/ui/auto_login_infobar_delegate.cc', | 2517 'browser/ui/auto_login_infobar_delegate.cc', |
2515 'browser/ui/auto_login_infobar_delegate.h', | 2518 'browser/ui/auto_login_infobar_delegate.h', |
2516 ], | 2519 ], |
2517 }], | 2520 }], |
2518 ['enable_one_click_signin==0', { | 2521 ['enable_one_click_signin==0', { |
2519 'sources!': [ | 2522 'sources!': [ |
2520 'browser/ui/cocoa/one_click_signin_bubble_controller.h', | 2523 'browser/ui/cocoa/one_click_signin_bubble_controller.h', |
2521 'browser/ui/cocoa/one_click_signin_bubble_controller.mm', | 2524 'browser/ui/cocoa/one_click_signin_bubble_controller.mm', |
2522 'browser/ui/sync/one_click_signin_bubble_delegate.h', | 2525 'browser/ui/sync/one_click_signin_bubble_delegate.h', |
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3144 ], | 3147 ], |
3145 'sources!': [ | 3148 'sources!': [ |
3146 'browser/ui/views/session_crashed_bubble_view.cc', | 3149 'browser/ui/views/session_crashed_bubble_view.cc', |
3147 'browser/ui/views/session_crashed_bubble_view.h', | 3150 'browser/ui/views/session_crashed_bubble_view.h', |
3148 ], | 3151 ], |
3149 }], | 3152 }], |
3150 ], | 3153 ], |
3151 }, | 3154 }, |
3152 ], | 3155 ], |
3153 } | 3156 } |
OLD | NEW |