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

Unified Diff: chrome/chrome_common.gypi

Issue 12088089: Move DraggableRegion to top directory src/extensions/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@themes
Patch Set: Created 7 years, 11 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 39d7156fbcd51a3322b1ae79625d869ee1a26eb4..9fef945002f45aeeb2722c5d2f737699b2faa51d 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -54,6 +54,8 @@
'sources': [
'../extensions/common/constants.cc',
'../extensions/common/constants.h',
+ '../extensions/common/draggable_region.cc',
+ '../extensions/common/draggable_region.h',
'../extensions/common/error_utils.cc',
'../extensions/common/error_utils.h',
'../extensions/common/install_warning.h',
@@ -156,8 +158,6 @@
'common/extensions/command.h',
'common/extensions/csp_validator.cc',
'common/extensions/csp_validator.h',
- 'common/extensions/draggable_region.cc',
- 'common/extensions/draggable_region.h',
'common/extensions/event_filter.cc',
'common/extensions/event_filter.h',
'common/extensions/event_filtering_info.cc',
« no previous file with comments | « chrome/browser/ui/views/extensions/shell_window_frame_view.cc ('k') | chrome/common/extensions/draggable_region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698