Chromium Code Reviews| 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 'variables': { | 6 'variables': { |
| 7 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 3048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3059 }], | 3059 }], |
| 3060 ['OS!="mac"', { | 3060 ['OS!="mac"', { |
| 3061 'sources': [ '<@(chrome_browser_ui_views_non_mac_sources)' ], | 3061 'sources': [ '<@(chrome_browser_ui_views_non_mac_sources)' ], |
| 3062 'dependencies': [ | 3062 'dependencies': [ |
| 3063 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 3063 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
| 3064 ], | 3064 ], |
| 3065 'conditions': [ | 3065 'conditions': [ |
| 3066 ['enable_extensions==1', { | 3066 ['enable_extensions==1', { |
| 3067 'sources': [ '<@(chrome_browser_ui_views_extensions_non_mac_so urces)' ], | 3067 'sources': [ '<@(chrome_browser_ui_views_extensions_non_mac_so urces)' ], |
| 3068 }], | 3068 }], |
| 3069 [ 'chromeos == 1', { | |
| 3070 'sources!': [ | |
| 3071 'browser/ui/views/profiles/profile_chooser_view.cc', | |
|
msw
2016/07/15 15:51:27
I wonder if we intend to support these in Mac View
tapted
2016/07/18 21:20:59
ooh - yep! chrome_browser_ui_views_non_chromeos_so
Jane
2016/07/19 04:33:55
Done. Moved these classes to chrome_browser_ui_vie
| |
| 3072 'browser/ui/views/profiles/profile_chooser_view.h', | |
|
msw
2016/07/15 15:51:27
You'll need to make includes of this header non-cr
Jane
2016/07/19 04:33:55
Done.
I had to do some refactoring in bookmark_bu
| |
| 3073 'browser/ui/views/sync/profile_signin_confirmation_dialog_vi ews.cc', | |
| 3074 'browser/ui/views/sync/profile_signin_confirmation_dialog_vi ews.h', | |
| 3075 ], | |
| 3076 }], | |
| 3069 ], | 3077 ], |
| 3070 }], | 3078 }], |
| 3071 ['enable_extensions==1', { | 3079 ['enable_extensions==1', { |
| 3072 'dependencies': [ | 3080 'dependencies': [ |
| 3073 '<(DEPTH)/extensions/components/extensions_components.gyp:native _app_window', | 3081 '<(DEPTH)/extensions/components/extensions_components.gyp:native _app_window', |
| 3074 ], | 3082 ], |
| 3075 }], | 3083 }], |
| 3076 ], | 3084 ], |
| 3077 }], | 3085 }], |
| 3078 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { | 3086 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3368 ], | 3376 ], |
| 3369 'sources': [ | 3377 'sources': [ |
| 3370 '<@(chrome_browser_ui_non_mobile_sources)', | 3378 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3372 ], | 3380 ], |
| 3373 }], | 3381 }], |
| 3374 ], | 3382 ], |
| 3375 }, | 3383 }, |
| 3376 ], | 3384 ], |
| 3377 } | 3385 } |
| OLD | NEW |