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 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 2595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2606 '../net/net.gyp:net_with_v8', | 2606 '../net/net.gyp:net_with_v8', |
2607 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2607 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2608 '../third_party/expat/expat.gyp:expat', | 2608 '../third_party/expat/expat.gyp:expat', |
2609 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2609 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2610 '../third_party/libjingle/libjingle.gyp:libjingle', | 2610 '../third_party/libjingle/libjingle.gyp:libjingle', |
2611 '../third_party/npapi/npapi.gyp:npapi', | 2611 '../third_party/npapi/npapi.gyp:npapi', |
2612 '../ui/compositor/compositor.gyp:compositor', | 2612 '../ui/compositor/compositor.gyp:compositor', |
2613 '../ui/surface/surface.gyp:surface', | 2613 '../ui/surface/surface.gyp:surface', |
2614 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2614 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2615 '../v8/tools/gyp/v8.gyp:v8', | 2615 '../v8/tools/gyp/v8.gyp:v8', |
2616 '../webkit/common/webkit_common.gyp:webkit_common', | |
2617 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2616 '../webkit/storage_browser.gyp:webkit_storage_browser', |
2618 '../webkit/storage_common.gyp:webkit_storage_common', | 2617 '../webkit/storage_common.gyp:webkit_storage_common', |
2619 '../webkit/webkit_resources.gyp:webkit_resources', | 2618 '../webkit/webkit_resources.gyp:webkit_resources', |
2620 ], | 2619 ], |
2621 'defines': [ | 2620 'defines': [ |
2622 '<@(nacl_defines)', | 2621 '<@(nacl_defines)', |
2623 ], | 2622 ], |
2624 'direct_dependent_settings': { | 2623 'direct_dependent_settings': { |
2625 'defines': [ | 2624 'defines': [ |
2626 '<@(nacl_defines)', | 2625 '<@(nacl_defines)', |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2943 }], | 2942 }], |
2944 ['enable_spellcheck==1', { | 2943 ['enable_spellcheck==1', { |
2945 'dependencies': [ | 2944 'dependencies': [ |
2946 '../third_party/hunspell/hunspell.gyp:hunspell', | 2945 '../third_party/hunspell/hunspell.gyp:hunspell', |
2947 ], | 2946 ], |
2948 }], | 2947 }], |
2949 ], | 2948 ], |
2950 }, | 2949 }, |
2951 ], | 2950 ], |
2952 } | 2951 } |
OLD | NEW |