summaryrefslogtreecommitdiffstats
path: root/content/content_renderer.gypi
diff options
context:
space:
mode:
authorleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-28 15:01:48 +0000
committerleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-28 15:01:48 +0000
commit9bc991b492c58e2dddf3f027b78db1e7e752b289 (patch)
tree5fe928611054a9001b6d6b82c5d4c73ecb5c3bdd /content/content_renderer.gypi
parentbe2510c02f438cf2887985e7a9c4780ad8aedc01 (diff)
downloadchromium_src-9bc991b492c58e2dddf3f027b78db1e7e752b289.zip
chromium_src-9bc991b492c58e2dddf3f027b78db1e7e752b289.tar.gz
chromium_src-9bc991b492c58e2dddf3f027b78db1e7e752b289.tar.bz2
Fix content detector nits.
Fix the nits detected in https://chromiumcodereview.appspot.com/10187020/ after the patch was landed and the bug closed. BUG=125390 TEST=Unit tests of each component (address/phone number/email). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139238 Review URL: https://chromiumcodereview.appspot.com/10443031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r--content/content_renderer.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 74c7719..a0ddc25 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -40,6 +40,8 @@
'public/renderer/render_view_observer_tracker.h',
'public/renderer/render_view_visitor.h',
'public/renderer/v8_value_converter.h',
+ 'renderer/active_notification_tracker.cc',
+ 'renderer/active_notification_tracker.h',
'renderer/android/address_detector.cc',
'renderer/android/address_detector.h',
'renderer/android/content_detector.cc',
@@ -48,8 +50,6 @@
'renderer/android/email_detector.h',
'renderer/android/phone_number_detector.cc',
'renderer/android/phone_number_detector.h',
- 'renderer/active_notification_tracker.cc',
- 'renderer/active_notification_tracker.h',
'renderer/device_orientation_dispatcher.cc',
'renderer/device_orientation_dispatcher.h',
'renderer/devtools_agent.cc',