| 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 2374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2385 '../third_party/hunspell/hunspell.gyp:hunspell', | 2385 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2386 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2386 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2387 '../third_party/libjingle/libjingle.gyp:libjingle', | 2387 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2388 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2388 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2389 '../third_party/npapi/npapi.gyp:npapi', | 2389 '../third_party/npapi/npapi.gyp:npapi', |
| 2390 '../third_party/re2/re2.gyp:re2', | 2390 '../third_party/re2/re2.gyp:re2', |
| 2391 '../ui/compositor/compositor.gyp:compositor', | 2391 '../ui/compositor/compositor.gyp:compositor', |
| 2392 '../ui/surface/surface.gyp:surface', | 2392 '../ui/surface/surface.gyp:surface', |
| 2393 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2393 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2394 '../v8/tools/gyp/v8.gyp:v8', | 2394 '../v8/tools/gyp/v8.gyp:v8', |
| 2395 '../webkit/common/webkit_common.gyp:webkit_common', |
| 2395 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2396 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 2396 '../webkit/storage_common.gyp:webkit_storage_common', | 2397 '../webkit/storage_common.gyp:webkit_storage_common', |
| 2397 '../webkit/support/webkit_support.gyp:glue', | 2398 '../webkit/support/webkit_support.gyp:glue', |
| 2398 '../webkit/support/webkit_support.gyp:webkit_common', | |
| 2399 '../webkit/webkit_resources.gyp:webkit_temp_resources', | 2399 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 2400 ], | 2400 ], |
| 2401 'defines': [ | 2401 'defines': [ |
| 2402 '<@(nacl_defines)', | 2402 '<@(nacl_defines)', |
| 2403 ], | 2403 ], |
| 2404 'direct_dependent_settings': { | 2404 'direct_dependent_settings': { |
| 2405 'defines': [ | 2405 'defines': [ |
| 2406 '<@(nacl_defines)', | 2406 '<@(nacl_defines)', |
| 2407 ], | 2407 ], |
| 2408 }, | 2408 }, |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3014 ['enable_google_now==0', { | 3014 ['enable_google_now==0', { |
| 3015 'sources!': [ | 3015 'sources!': [ |
| 3016 'browser/ui/webui/options/geolocation_options_handler.cc', | 3016 'browser/ui/webui/options/geolocation_options_handler.cc', |
| 3017 'browser/ui/webui/options/geolocation_options_handler.h', | 3017 'browser/ui/webui/options/geolocation_options_handler.h', |
| 3018 ], | 3018 ], |
| 3019 }], | 3019 }], |
| 3020 ], | 3020 ], |
| 3021 }, | 3021 }, |
| 3022 ], | 3022 ], |
| 3023 } | 3023 } |
| OLD | NEW |