Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1642)

Unified Diff: chrome/chrome.gyp

Issue 27212: Bring the GYP-based build up to the current state of the trunk. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 10463)
+++ chrome/chrome.gyp (working copy)
@@ -237,6 +237,7 @@
'common/resource_bundle.cc',
'common/resource_bundle.h',
'common/resource_bundle_linux.cc',
+ 'common/resource_bundle_mac.mm',
'common/resource_bundle_win.cc',
'common/resource_dispatcher.cc',
'common/resource_dispatcher.h',
@@ -1239,6 +1240,12 @@
'renderer/chrome_plugin_host.h',
'renderer/debug_message_handler.cc',
'renderer/debug_message_handler.h',
+ 'renderer/dev_tools_agent.cc',
+ 'renderer/dev_tools_agent.h',
+ 'renderer/dev_tools_client.cc',
+ 'renderer/dev_tools_client.h',
+ 'renderer/dev_tools_messages.h',
+ 'renderer/dev_tools_messages_internal.h',
'renderer/dom_ui_bindings.cc',
'renderer/dom_ui_bindings.h',
'renderer/external_host_bindings.cc',
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698