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 2349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2360 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2360 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2361 '../third_party/libjingle/libjingle.gyp:libjingle', | 2361 '../third_party/libjingle/libjingle.gyp:libjingle', |
2362 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2362 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2363 '../third_party/npapi/npapi.gyp:npapi', | 2363 '../third_party/npapi/npapi.gyp:npapi', |
2364 '../third_party/re2/re2.gyp:re2', | 2364 '../third_party/re2/re2.gyp:re2', |
2365 '../ui/compositor/compositor.gyp:compositor', | 2365 '../ui/compositor/compositor.gyp:compositor', |
2366 '../ui/surface/surface.gyp:surface', | 2366 '../ui/surface/surface.gyp:surface', |
2367 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2367 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
2368 '../v8/tools/gyp/v8.gyp:v8', | 2368 '../v8/tools/gyp/v8.gyp:v8', |
2369 '../webkit/support/webkit_support.gyp:glue', | 2369 '../webkit/support/webkit_support.gyp:glue', |
| 2370 '../webkit/support/webkit_support.gyp:webkit_common', |
2370 '../webkit/support/webkit_support.gyp:webkit_storage', | 2371 '../webkit/support/webkit_support.gyp:webkit_storage', |
2371 '../webkit/support/webkit_support.gyp:webkit_resources', | 2372 '../webkit/support/webkit_support.gyp:webkit_resources', |
2372 ], | 2373 ], |
2373 'defines': [ | 2374 'defines': [ |
2374 '<@(nacl_defines)', | 2375 '<@(nacl_defines)', |
2375 ], | 2376 ], |
2376 'direct_dependent_settings': { | 2377 'direct_dependent_settings': { |
2377 'defines': [ | 2378 'defines': [ |
2378 '<@(nacl_defines)', | 2379 '<@(nacl_defines)', |
2379 ], | 2380 ], |
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2968 ['exclude', '^browser/ui/views/app_list/'], | 2969 ['exclude', '^browser/ui/views/app_list/'], |
2969 ['exclude', '^browser/ui/app_list/'], | 2970 ['exclude', '^browser/ui/app_list/'], |
2970 ['include', '^browser/ui/app_list/app_list_service.h'], | 2971 ['include', '^browser/ui/app_list/app_list_service.h'], |
2971 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2972 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2972 ], | 2973 ], |
2973 }], | 2974 }], |
2974 ], | 2975 ], |
2975 }, | 2976 }, |
2976 ], | 2977 ], |
2977 } | 2978 } |
OLD | NEW |