summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-16 03:09:11 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-16 03:09:11 +0000
commitaad2787091c3ec293d97926a07874af4c8c5b33d (patch)
treecaa58293e74a2c371d4c2d5ba37fb061c44cb0cc /apps/apps.gypi
parent15f8d132a8e59ea709c1ff5df3aa068c5ff83ced (diff)
downloadchromium_src-aad2787091c3ec293d97926a07874af4c8c5b33d.zip
chromium_src-aad2787091c3ec293d97926a07874af4c8c5b33d.tar.gz
chromium_src-aad2787091c3ec293d97926a07874af4c8c5b33d.tar.bz2
Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk}
This just reorders the functions in the NativeAppWindow interface. There are other ordering problems but they aren't worth fixing. Also move native_app_window.h into apps/ui/. BUG=306535 TEST=compiles TBR=benwells@chromium.org for file moves and trivial header path renames Review URL: https://codereview.chromium.org/27207003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228848 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 62f6d896..2b8589a 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -53,7 +53,6 @@
'launcher.cc',
'launcher.h',
'metrics_names.h',
- 'native_app_window.h',
'pref_names.cc',
'pref_names.h',
'prefs.cc',
@@ -70,6 +69,7 @@
'shell_window_registry.h',
'switches.cc',
'switches.h',
+ 'ui/native_app_window.h',
'ui/views/shell_window_frame_view.cc',
'ui/views/shell_window_frame_view.h',
],