| 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 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2391 '../third_party/npapi/npapi.gyp:npapi', | 2391 '../third_party/npapi/npapi.gyp:npapi', |
| 2392 '../third_party/re2/re2.gyp:re2', | 2392 '../third_party/re2/re2.gyp:re2', |
| 2393 '../ui/compositor/compositor.gyp:compositor', | 2393 '../ui/compositor/compositor.gyp:compositor', |
| 2394 '../ui/surface/surface.gyp:surface', | 2394 '../ui/surface/surface.gyp:surface', |
| 2395 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2395 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2396 '../v8/tools/gyp/v8.gyp:v8', | 2396 '../v8/tools/gyp/v8.gyp:v8', |
| 2397 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2397 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 2398 '../webkit/storage_common.gyp:webkit_storage_common', | 2398 '../webkit/storage_common.gyp:webkit_storage_common', |
| 2399 '../webkit/support/webkit_support.gyp:glue', | 2399 '../webkit/support/webkit_support.gyp:glue', |
| 2400 '../webkit/support/webkit_support.gyp:webkit_common', | 2400 '../webkit/support/webkit_support.gyp:webkit_common', |
| 2401 '../webkit/support/webkit_support.gyp:webkit_resources', | 2401 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 2402 ], | 2402 ], |
| 2403 'defines': [ | 2403 'defines': [ |
| 2404 '<@(nacl_defines)', | 2404 '<@(nacl_defines)', |
| 2405 ], | 2405 ], |
| 2406 'direct_dependent_settings': { | 2406 'direct_dependent_settings': { |
| 2407 'defines': [ | 2407 'defines': [ |
| 2408 '<@(nacl_defines)', | 2408 '<@(nacl_defines)', |
| 2409 ], | 2409 ], |
| 2410 }, | 2410 }, |
| 2411 }, { # OS == "ios" | 2411 }, { # OS == "ios" |
| (...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3022 ['enable_webrtc==0', { | 3022 ['enable_webrtc==0', { |
| 3023 'sources!': [ | 3023 'sources!': [ |
| 3024 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3024 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 3025 'browser/ui/webui/media/webrtc_logs_ui.h', | 3025 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 3026 ], | 3026 ], |
| 3027 }], | 3027 }], |
| 3028 ], | 3028 ], |
| 3029 }, | 3029 }, |
| 3030 ], | 3030 ], |
| 3031 } | 3031 } |
| OLD | NEW |