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:database', | |
48 '../webkit/support/webkit_support.gyp:glue', | 47 '../webkit/support/webkit_support.gyp:glue', |
49 '../webkit/support/webkit_support.gyp:quota', | |
50 '../webkit/support/webkit_support.gyp:user_agent', | 48 '../webkit/support/webkit_support.gyp:user_agent', |
51 '../webkit/support/webkit_support.gyp:webkit_base', | 49 '../webkit/support/webkit_support.gyp:webkit_base', |
52 '../webkit/support/webkit_support.gyp:webkit_resources', | 50 '../webkit/support/webkit_support.gyp:webkit_resources', |
53 '../webkit/support/webkit_support.gyp:webkit_storage', | 51 '../webkit/support/webkit_support.gyp:webkit_storage', |
54 ], | 52 ], |
55 'include_dirs': [ | 53 'include_dirs': [ |
56 '..', | 54 '..', |
57 '<(INTERMEDIATE_DIR)', | 55 '<(INTERMEDIATE_DIR)', |
58 ], | 56 ], |
59 'sources': [ | 57 'sources': [ |
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 'browser/extensions/app_host/update.cc', | 870 'browser/extensions/app_host/update.cc', |
873 'browser/extensions/app_host/update.h', | 871 'browser/extensions/app_host/update.h', |
874 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', | 872 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', |
875 ], | 873 ], |
876 }, | 874 }, |
877 ], | 875 ], |
878 }, ], # 'OS=="win"' | 876 }, ], # 'OS=="win"' |
879 ], # 'conditions' | 877 ], # 'conditions' |
880 } | 878 } |
881 | 879 |
OLD | NEW |