OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 26 matching lines...) Expand all Loading... |
37 '../sync/sync.gyp:sync_notifier', | 37 '../sync/sync.gyp:sync_notifier', |
38 '../third_party/bzip2/bzip2.gyp:bzip2', | 38 '../third_party/bzip2/bzip2.gyp:bzip2', |
39 '../third_party/icu/icu.gyp:icui18n', | 39 '../third_party/icu/icu.gyp:icui18n', |
40 '../third_party/icu/icu.gyp:icuuc', | 40 '../third_party/icu/icu.gyp:icuuc', |
41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
42 '../third_party/libusb/libusb.gyp:libusb', | 42 '../third_party/libusb/libusb.gyp:libusb', |
43 '../third_party/re2/re2.gyp:re2', | 43 '../third_party/re2/re2.gyp:re2', |
44 '../ui/base/strings/ui_strings.gyp:ui_strings', | 44 '../ui/base/strings/ui_strings.gyp:ui_strings', |
45 '../ui/ui.gyp:ui', | 45 '../ui/ui.gyp:ui', |
46 '../ui/ui.gyp:ui_resources', | 46 '../ui/ui.gyp:ui_resources', |
47 '../webkit/support/webkit_support.gyp:appcache', | |
48 '../webkit/support/webkit_support.gyp:database', | 47 '../webkit/support/webkit_support.gyp:database', |
49 '../webkit/support/webkit_support.gyp:glue', | 48 '../webkit/support/webkit_support.gyp:glue', |
50 '../webkit/support/webkit_support.gyp:quota', | 49 '../webkit/support/webkit_support.gyp:quota', |
51 '../webkit/support/webkit_support.gyp:user_agent', | 50 '../webkit/support/webkit_support.gyp:user_agent', |
52 '../webkit/support/webkit_support.gyp:webkit_base', | 51 '../webkit/support/webkit_support.gyp:webkit_base', |
53 '../webkit/support/webkit_support.gyp:webkit_resources', | 52 '../webkit/support/webkit_support.gyp:webkit_resources', |
54 '../webkit/support/webkit_support.gyp:webkit_storage', | 53 '../webkit/support/webkit_support.gyp:webkit_storage', |
55 ], | 54 ], |
56 'include_dirs': [ | 55 'include_dirs': [ |
57 '..', | 56 '..', |
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 'browser/extensions/app_host/update.cc', | 868 'browser/extensions/app_host/update.cc', |
870 'browser/extensions/app_host/update.h', | 869 'browser/extensions/app_host/update.h', |
871 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', | 870 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', |
872 ], | 871 ], |
873 }, | 872 }, |
874 ], | 873 ], |
875 }, ], # 'OS=="win"' | 874 }, ], # 'OS=="win"' |
876 ], # 'conditions' | 875 ], # 'conditions' |
877 } | 876 } |
878 | 877 |
OLD | NEW |