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 2959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2970 '../net/net.gyp:stale_while_revalidate_experiment_domains', | 2970 '../net/net.gyp:stale_while_revalidate_experiment_domains', |
2971 '../storage/storage_browser.gyp:storage', | 2971 '../storage/storage_browser.gyp:storage', |
2972 '../storage/storage_common.gyp:storage_common', | 2972 '../storage/storage_common.gyp:storage_common', |
2973 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2973 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2974 '../third_party/re2/re2.gyp:re2', | 2974 '../third_party/re2/re2.gyp:re2', |
2975 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 2975 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
2976 '../ui/compositor/compositor.gyp:compositor', | 2976 '../ui/compositor/compositor.gyp:compositor', |
2977 '../ui/native_theme/native_theme.gyp:native_theme', | 2977 '../ui/native_theme/native_theme.gyp:native_theme', |
2978 '../ui/surface/surface.gyp:surface', | 2978 '../ui/surface/surface.gyp:surface', |
2979 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2979 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2980 '../v8/tools/gyp/v8.gyp:v8', | 2980 '../v8/src/v8.gyp:v8', |
2981 ], | 2981 ], |
2982 }, { # OS == "ios" | 2982 }, { # OS == "ios" |
2983 'sources': [ | 2983 'sources': [ |
2984 '<@(chrome_browser_ui_ios_sources)' | 2984 '<@(chrome_browser_ui_ios_sources)' |
2985 ], | 2985 ], |
2986 'sources!': [ | 2986 'sources!': [ |
2987 'browser/ui/external_protocol_dialog_delegate.cc', | 2987 'browser/ui/external_protocol_dialog_delegate.cc', |
2988 ], | 2988 ], |
2989 'dependencies': [ | 2989 'dependencies': [ |
2990 '../net/net.gyp:net', | 2990 '../net/net.gyp:net', |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3378 ], | 3378 ], |
3379 'sources': [ | 3379 'sources': [ |
3380 '<@(chrome_browser_ui_non_mobile_sources)', | 3380 '<@(chrome_browser_ui_non_mobile_sources)', |
3381 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3381 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3382 ], | 3382 ], |
3383 }], | 3383 }], |
3384 ], | 3384 ], |
3385 }, | 3385 }, |
3386 ], | 3386 ], |
3387 } | 3387 } |
OLD | NEW |