| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index a239e25f8d9785951fbf102dc2087ee837510e37..32af5cbfe96238e5b1350b32fffa401823bc77f5 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -44,11 +44,10 @@
|
| 'safe_browsing_report_proto',
|
| 'variations_seed_proto',
|
| '../build/linux/system.gyp:dbus',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../chromeos/chromeos.gyp:chromeos',
|
| + '../chromeos/ime/input_method.gyp:gencode',
|
| '../content/content.gyp:content_browser',
|
| '../content/content.gyp:content_common',
|
| - '../chromeos/ime/input_method.gyp:gencode',
|
| '../crypto/crypto.gyp:crypto',
|
| '../dbus/dbus.gyp:dbus',
|
| '../device/device.gyp:device_bluetooth',
|
| @@ -76,20 +75,21 @@
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| '../third_party/protobuf/protobuf.gyp:protoc#host',
|
| - 'chrome_resources.gyp:chrome_strings',
|
| '../third_party/re2/re2.gyp:re2',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| '../ui/base/strings/ui_strings.gyp:ui_strings',
|
| '../ui/surface/surface.gyp:surface',
|
| '../ui/ui.gyp:ui',
|
| '../ui/ui.gyp:ui_resources',
|
| + '../ui/views/controls/webview/webview.gyp:webview',
|
| '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
|
| + '../url/url.gyp:url',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| - '../ui/views/controls/webview/webview.gyp:webview',
|
| '../webkit/support/webkit_support.gyp:glue',
|
| '../webkit/support/webkit_support.gyp:user_agent',
|
| '../webkit/support/webkit_support.gyp:webkit_resources',
|
| '../webkit/support/webkit_support.gyp:webkit_storage',
|
| + 'chrome_resources.gyp:chrome_strings',
|
| ],
|
| 'defines': [
|
| '<@(nacl_defines)',
|
|
|