| 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', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 '../ui/base/strings/ui_strings.gyp:ui_strings', | 53 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 54 '../ui/gfx/surface/surface.gyp:surface', | 54 '../ui/gfx/surface/surface.gyp:surface', |
| 55 '../ui/ui.gyp:ui', | 55 '../ui/ui.gyp:ui', |
| 56 '../ui/ui.gyp:ui_resources', | 56 '../ui/ui.gyp:ui_resources', |
| 57 '../ui/ui.gyp:ui_resources_2x', | 57 '../ui/ui.gyp:ui_resources_2x', |
| 58 '../ui/ui.gyp:ui_resources_standard', | 58 '../ui/ui.gyp:ui_resources_standard', |
| 59 '../v8/tools/gyp/v8.gyp:v8', | 59 '../v8/tools/gyp/v8.gyp:v8', |
| 60 '../webkit/support/webkit_support.gyp:appcache', | 60 '../webkit/support/webkit_support.gyp:appcache', |
| 61 '../webkit/support/webkit_support.gyp:blob', | 61 '../webkit/support/webkit_support.gyp:blob', |
| 62 '../webkit/support/webkit_support.gyp:database', | 62 '../webkit/support/webkit_support.gyp:database', |
| 63 '../webkit/support/webkit_support.gyp:dom_storage', |
| 63 '../webkit/support/webkit_support.gyp:fileapi', | 64 '../webkit/support/webkit_support.gyp:fileapi', |
| 64 '../webkit/support/webkit_support.gyp:glue', | 65 '../webkit/support/webkit_support.gyp:glue', |
| 65 '../webkit/support/webkit_support.gyp:quota', | 66 '../webkit/support/webkit_support.gyp:quota', |
| 66 '../webkit/support/webkit_support.gyp:webkit_resources', | 67 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 67 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 68 '../webkit/support/webkit_support.gyp:webkit_user_agent', |
| 68 ], | 69 ], |
| 69 'include_dirs': [ | 70 'include_dirs': [ |
| 70 '..', | 71 '..', |
| 71 '<(INTERMEDIATE_DIR)', | 72 '<(INTERMEDIATE_DIR)', |
| 72 ], | 73 ], |
| (...skipping 5308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5381 'variables': { | 5382 'variables': { |
| 5382 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5383 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5383 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5384 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5384 }, | 5385 }, |
| 5385 'includes': ['../build/protoc.gypi'], | 5386 'includes': ['../build/protoc.gypi'], |
| 5386 }], | 5387 }], |
| 5387 ], | 5388 ], |
| 5388 }, | 5389 }, |
| 5389 ], | 5390 ], |
| 5390 } | 5391 } |
| OLD | NEW |