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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2373 '../third_party/libjingle/libjingle.gyp:libjingle', | 2373 '../third_party/libjingle/libjingle.gyp:libjingle', |
2374 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2374 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2375 '../third_party/npapi/npapi.gyp:npapi', | 2375 '../third_party/npapi/npapi.gyp:npapi', |
2376 '../third_party/re2/re2.gyp:re2', | 2376 '../third_party/re2/re2.gyp:re2', |
2377 '../ui/compositor/compositor.gyp:compositor', | 2377 '../ui/compositor/compositor.gyp:compositor', |
2378 '../ui/surface/surface.gyp:surface', | 2378 '../ui/surface/surface.gyp:surface', |
2379 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2379 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2380 '../v8/tools/gyp/v8.gyp:v8', | 2380 '../v8/tools/gyp/v8.gyp:v8', |
2381 '../webkit/support/webkit_support.gyp:glue', | 2381 '../webkit/support/webkit_support.gyp:glue', |
2382 '../webkit/support/webkit_support.gyp:webkit_common', | 2382 '../webkit/support/webkit_support.gyp:webkit_common', |
2383 '../webkit/support/webkit_support.gyp:webkit_storage', | |
2384 '../webkit/support/webkit_support.gyp:webkit_resources', | 2383 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 2384 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 2385 '../webkit/storage_common.gyp:webkit_storage_common', |
2385 ], | 2386 ], |
2386 'defines': [ | 2387 'defines': [ |
2387 '<@(nacl_defines)', | 2388 '<@(nacl_defines)', |
2388 ], | 2389 ], |
2389 'direct_dependent_settings': { | 2390 'direct_dependent_settings': { |
2390 'defines': [ | 2391 'defines': [ |
2391 '<@(nacl_defines)', | 2392 '<@(nacl_defines)', |
2392 ], | 2393 ], |
2393 }, | 2394 }, |
2394 }, { # OS == "ios" | 2395 }, { # OS == "ios" |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2992 ['exclude', '^browser/ui/views/app_list/'], | 2993 ['exclude', '^browser/ui/views/app_list/'], |
2993 ['exclude', '^browser/ui/app_list/'], | 2994 ['exclude', '^browser/ui/app_list/'], |
2994 ['include', '^browser/ui/app_list/app_list_service.h'], | 2995 ['include', '^browser/ui/app_list/app_list_service.h'], |
2995 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2996 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2996 ], | 2997 ], |
2997 }], | 2998 }], |
2998 ], | 2999 ], |
2999 }, | 3000 }, |
3000 ], | 3001 ], |
3001 } | 3002 } |
OLD | NEW |